Something Awesome Update
I tested the USB on my sister’s computer and it seemed to work fine. I have looked into selecting certain folders and have found out a way to do so. If you wanted to go into a certain directory, you would type:
%backupcmd% "%USERPROFILE%\{enter directory here}" "%/DRIVE%\test\backup"
so for example, if I wanted to copy things from the pictures directory i would do:
%backupcmd% "%USERPROFILE%/Pictures" "%/DRIVE%\test\backup"
To enter folders, you would need to add another forward slash to the pathname and add the folder name, such as:
%backupcmd% "%USERPROFILE%/C:/Programs/" "%/DRIVE%\test\backup"
I’ve further investigated how to copy certain file types, such as text documents of images. Below are a few examples
%backupcmd% "%USERPROFILE%/Desktop/.jpg" "%/DRIVE%\test\backup" %backupcmd% "%USERPROFILE%/Desktop/.png" "%/DRIVE%\test\backup" %backupcmd% "%USERPROFILE%/Desktop/.pdf" "%/DRIVE%\test\backup"
Basically in the first example above, what I’m doing is copying all the images of type .jpg on the Desktop to my USB drive.













