News

The script I originally wrote has the function to write which file was deleted to our SQL database. Looking at it again, you could probably get rid of a few more lines of code.
From a command prompt as whoever runs it, please devise a script that goes out and reads your permissions to the directories under T (T is a network drive) and pipes them to a text file.
The following sample batch script would copy a specific text file from one folder to another while renaming it, then copy all Microsoft Word documents created in the last year from drive C to ...
The following batch file will use the Net User command to add a script to user accounts. You can add as many users as you want to using this command in a single batch file.
Windows only: The SysInternals suite of utilities, including the excellent Process Explorer tool, are a must-have for any serious geek, but they don't come with a built-in way to keep them updated ...
Batch printing PDF files save a ton of time by not requiring a print setup for each individual file. While you can easily setup a batch print, the process is fairly specific to work properly.
Now write cmd /k at the end of the batch script file. cmd /K On the top menu, open the File option and click on Save. Then, if you run the batch file, the command prompt window will not close. Adding ...