CMD script for USB backup sequence
Go to solution
Solved by Tea-Sir,
Consider the problem solved.
Got a little somewhere else.
The script problem that I needed solved was solved by these lines of code:
set counter=0
:backup
set /a counter=%counter%+1
md backup%counter%
From there all my commands to copy the files and eject the USB as well as restarting the process.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now