What are realistic commands. I'm doing a VSS backup scheduled with a batch file (called backup.bat).
I start it with stuff like
Other things I want to do are make the command window remain open and then close once the backup is complete. If the window shuts early, the backup will fail.
Hoping you can help
TIA
I start it with stuff like
Code:
ECHO OFF
CLS
"my command"
Other things I want to do are make the command window remain open and then close once the backup is complete. If the window shuts early, the backup will fail.
Hoping you can help
TIA