Backup the Current Directory with Date/Time Stamp

Outline Create a variable with the current date and time Create a variable with the name of the current directory Combine the Current Directory name with the date/time stamp to use as the destination directory name. Copy all files and sub-directories (recursive) from the current directory to the “date/time stamped” destination directory. TL;DR Download: BackupCurrentDirectory.zip. … Read more