News

It will ask you to type in data to put in the QR code. If the data contains spaces, you will have to make seperators. It will ask you if you want to save it to a file so it is easier to keep, you can ...
I'd like to run a weekely scheduled job to delete all files and folders from a temp directory on a Windows 2000 server. <BR><BR>I'm trying to just write a simple batch script. This is what I have thus ...
A simple Windows batch script to back up a remote Linux file or directory by streaming a tar.gz archive over SSH, without creating any intermediate files on the Linux host. Make sure your SSH key file ...
I'm writing a simple batch file to move, then delete files older than 7 days. Using Robocopy for the move, then using Forfile to search the old files and Del for the deletion of files. My problem is ...