Hi,
I have a perl script that call a vbs file via system ( ) on Win2K3 server. If I run it within the DOS prompt, everything executed correctly and the system ( ) return a "0". However, if I put the same script on IIS server and execute it through a browser, the return code is 65280. Dividing that number with 256 gets 255, and that suggest something is not right with the system call. Any suggestion on where to look?
Thanks in advance
Rhyme