Re: [PHP] Use of exec() in windows

2001-01-26 Thread Richard Lynch
>I'm trying to port a wonderful application over to miserable windows. I can not find documentation of how to invoke exec on windows. Here's what I tried: Some people say exec() does not work on Windows... I could have sworn I've seen it work, but maybe not... $new_path = str_replace('^', '\\',

[PHP] Use of exec() in windows

2001-01-26 Thread Shane McBride
All, I'm trying to port a wonderful application over to miserable windows. I can not find documentation of how to invoke exec on windows. Here's what I tried: // Creates the image file with a timestamp $timestamp = time(); $image= $timestamp.$picture_name; if ($PLATFORM == "windows") { $new_pat