2

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?

Phil Hollenback
  • 14,947
  • 4
  • 35
  • 52
Martin
  • 572
  • 4
  • 14
  • 26

1 Answers1

3

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.

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
  • Is [iexpress](http://stackoverflow.com/questions/22266511/iexpress-command-line-example-to-create-exe-packages) available in Windows 2008 Server? – J Trana Sep 13 '16 at 21:24