|
Answer» Hello.
This is not a homework assignment, I'm just really rusty about any scripting or coding at the moment. Been a while since I've done any of it.
I'm trying to create a ZIP file based on a VARIABLE location that is PROVIDED by a user.
I've got most of it, but not sure of the syntax on how to create the files... the format for the files I wold be using are:
"Site_Name"_backupcontrolfile.zip "Site_Name"_backupcontrolfile.bak I'm passing the variable through with a set /p site_name through to the Oracle and getting the files created, but now I'm just trying to get the files to zip.
Any suggestions? FOUND it!
%variable%_backupcontrolfile.zip
|