View Single Post
  #1  
Old 03-13-2010, 01:13 AM
Webbiz Webbiz is offline
Junior User
 
Join Date: Mar 2010
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
Need Additional Command Line Arguments

Here's the thing.

I need to automate the process of locating a file, compress to a .ZIP, then to convert that to a SFX self-extracting file that is configured to extract to a specific folder on the user's computer.

To 'partially' automate this, I have done the following.

1. Create a BATCH file. The command lines are...

To create the ZIP file, I am using the PACL program called PACOMP.

To create the SFX file, I'm calling the POWERARC -tosfx command.

2. After running the BATCH, I have to manually edit the destination folder, assign 'overwrite' option, etc.

I would think that it would not be difficult to add additional 'args' for powerarc.exe so that these settings can be included on the command line (and thus in my batch file to completely automate this).

This process is something I must do regularly, so having the ability to do this via the command prompt (batch file) would be really, really nice.

Thanks.

Webbiz
Reply With Quote
The Following User Says Thank You to Webbiz For This Useful Post:
spwolf (03-17-2010)