[PHP-WIN] Re: Using Exec on windows

2001-12-31 Thread David
> > Laserjetter said something on 30 Dec 2001, in php.windows: > >> WinZip will need parameters to run from the command line for example >> to tell it what file to unzip. Did you include these in the command >> string? WinZip might be waiting for you to press a key or enter some >> information.

[PHP-WIN] Re: Using Exec on windows

2001-12-29 Thread David
Hi, Thanks for your responce! I've tried passthru(), shell_exec(), backticks and system(). Using shell_exec() I can get out output, when I "End task" on the winzip program in the background. All I get is the first 2 lines that Winzip outputs. When I don't use any parameters, it seems to work

[PHP-WIN] Re: Using Exec on windows

2001-12-29 Thread LaserJetter
WinZip will need parameters to run from the command line for example to tell it what file to unzip. Did you include these in the command string? WinZip might be waiting for you to press a key or enter some information. It might not be able to find files because the dos window could open at any fol