7UD9
Members-
Posts
291 -
Joined
-
Last visited
Reputation
465 ExcellentAbout 7UD9

-
My SO's parents had one on the farm last summer, it was great! A pair of Great Tits (that's the birds, not her parents) nested in there and the camera let us watch the chicks hatch and then the parents taking turns to hunt bugs and feed them. I'm not sure how they had it connected up exactly, it was to the TV, I'd assume yellow is video and red and white are audio, it might be that white is audio and red power as stereo won't be needed. If you can post photos later I'm sure the collective knowledge of edugeeks can get it up and running!
-
The RX100 series was my other consideration, there's not much between them.
-
Is anyone shooting with a FUJI X100T? I'm thinking of treating myself soon...
-
Can you point me in the right direction? We have CS6...
-
Can You Recognise 44 Kids’ TV Shows From The 80s And 90s? The Poke
7UD9 replied to 6Foot2's topic in General Chat
33/44 Nostalgia overload! -
interesting, I'll look at that another time, it would work very well providing I can also set a starting value (e.g. exam246) Thanks again for the help
-
Thanks for sticking with me! I've found something which does exactly what I need, found here. @ECHO del /a /f /q "%path%\exam1\*" for /f "delims=" %%i in ('dir /ad /b "%path%\exam1\*"') do @rd /q /s "%path%\exam1\%%i" I need a line of each for every folder I want to clear but using concatenate in excel, this will be easy. Completed batch script will look like; @ECHO del /a /f /q "%path%\exam1\*" for /f "delims=" %%i in ('dir /ad /b "%path%\exam1\*"') do @rd /q /s "%path%\exam1\%%i" del /a /f /q "%path%\exam2\*" for /f "delims=" %%i in ('dir /ad /b "%path%\exam2\*"') do @rd /q /s "%path%\exam2\%%i" del /a /f /q "%path%\exam3\*" for /f "delims=" %%i in ('dir /ad /b "%path%\exam3\*"') do @rd /q /s "%path%\exam3\%%i" del /a /f /q "%path%\exam4\*" for /f "delims=" %%i in ('dir /ad /b "%path%\exam4\*"') do @rd /q /s "%path%\exam4\%%i" del /a /f /q "%path%\exam5\*" for /f "delims=" %%i in ('dir /ad /b "%path%\exam5\*"') do @rd /q /s "%path%\exam5\%%i"
-
Removing and recreating folders will break permissions, these are home folders for accounts so need them intact. I'm trying to automate this, I could search manually but we have hundreds of accounts, as it is a repeated task I want a script to do this for me. The closest I've got is del /s /q "\\%path%\examX\*.*" but that only removes files, subfolders are emptied but they remain in place.
-
Hi all I'm struggling more than is necessary for such a simple task... I have some folders folders; %path%\exam1\random_folder1 %path%\exam2\RandD0mFold3r2 %path%\exam3\rand0mfolder-3 I want to remove all files and folders within the exam directories, regardless of what the file or folder is called, I want everything gone and leave empty directories ready for reuse; %pathname%\exam1\ %pathname%\exam2\ %pathname%\exam3\ Anything I'm finding online only removes files not folders, or folders but not empty folders but also removes the root (examX in this case). Others suggest removing the root directory and recreating but this would destroy ACL set on the folders. There has to be an easy solution to this that I'm missing... any clues? Thanks
-
Concrete5 is open source, I like it a lot.
-
Hi all I'm currently testing the USB Management feature inside Impero, on the surface I like the idea, the first hurdle I've hit is that USB storage devices are disabled for all users on a PC to which this policy is applied, including administrators. Is there any way to add users as an exception? I'm aware you can add individual USB devices but users would be much better. Thanks
-
How do I rollback virus signature database updates on ESET business products? (5.x)—ESET Knowledgebase I've just done it from the admin console, clients have already picked up the change, my test PC is working again
-
What are the cards used for? Could you email them out and then people can print them if they wish to?
-
I think loopback processing is playing a part here, the policy for folder redirection was applied to a user OU, the OU which contains staff PCs has loopback processing applied and set to replace, as no policy for redirection was set there, the policy wasn't applying. I've copied both policies to test OUs, move the test user and test pc to reflect the live structure and added folder redirection to the policy applying to the computers OU, with my test user the documents are now redirected. I need to do a lot more testing but it seems I'm on the right path
