Thanks for the information!
That takes care of getting the files where they need to be, I guess my next question is, is it possible to name the folder upon extraction?
The folder has to follow a certain naming convention related to the name of the software, with the LAN User ID appended to it
Example: C:\documents and settings\%USERNAME%\local settings\temp\"software name"_"username"
Let's just say for me the folder would have to be called "software_EnigmaX", but for you it would have to be "software_Bla!!"
I haven't figured out how to accommodate that, if at all possible...
P.S.
Where do I put this code?
Quote:
set extractpath = "c:\documents and settings\" + %USERNAME% + "temp\etc\" + %hostname% + "\"
set zippath = "path to zip file"
"c:\program files\winzip\winzip32.exe" -e -o zippath extractpath
|