Trying to automate a manual procedure in place currently. This is on a Windows 2008 server.

Is there a method to create a self extracting (.exe) zip file from a commandline/batch file?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 2 down vote accepted

No, not without additional software installed on the machine, such as WinZip or WinRAR or 7-Zip, etc.

If you do have one of these other pieces of software, then you'll need to reference its command line options.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.