Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PERL system() command issue
Name: Joseph Date: May 14, 2003 at 13:55:16 Pacific OS: Windows XP CPU/Ram: PIII 450, 256 mb
Comment:
Hi,
I am using system() in Perl to temporarily stop the Perl script from running and to execute my C++ program that does some analyzes work.
I think the program runs but there is no analyzes output only some simple cout statements.
I used the following line in my perl script:
system ('c:/IT/Top User Project/Debug/main');
And, the C++ program is a win32 console application.
Summary: Hai friends, Say i run some system command in perl like this `c:\\My_folder\\My_programs\\my_app.exe`; `c:\\winnt\\notepad.exe`; Now my_app.exe could take 1 or two minustes to run. But irrespective of...
Summary: Does anyone know if there is a way to execute a system command in the background from java? I can execute it using the System objec with exec. I want to execute it as if you typed >ls & at the command...