S
Shea Martin
I have the following line in my code:
Win32:
rocess->Create($proc, "C:\\WINDOWS\\system32\\notepad.exe",
'nodepad text.txt', 1, DETACHED_PROCESS, "." );
It keeps generating the following error:
Usage: Win32:
rocess::Create(cP, appname, cmdline, inherit, flags, curdir)
at D
:\my\path\test.pm line 535.
Any ideas?
Thanks,
~S
Win32:
'nodepad text.txt', 1, DETACHED_PROCESS, "." );
It keeps generating the following error:
Usage: Win32:
at D
:\my\path\test.pm line 535.
Any ideas?
Thanks,
~S