in reply to Using system command on Win2003 X64

Check the return value from system, or $? >> 8. This should give an error code. If zero, then it is not telling. In that case I suggest you try running system('cmd.exe') to see if you get a cmd.exe console.
  • Comment on Re: Using system command on Win2003 X64