For Windows NT, try 

system ("start $command"); 

For a load of options, enter "start /?" at the Windows NT command line.

-----Original Message-----
From: Najamuddin, Junaid [mailto:[EMAIL PROTECTED]] 
Sent: Friday, 21 September, 2001 14:56
To: 'Sidharth Malhotra'; Jonathan Howe; [EMAIL PROTECTED]
Subject: RE: system calls


I used the system command myself in Perl in NT environment and it work fine
I called a batch file with it then the out put was later used in the script
No problems

Junaid

-----Original Message-----
From: Sidharth Malhotra [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 12:05 PM
To: Jonathan Howe; [EMAIL PROTECTED]
Subject: RE: system calls


I did this in one of my programs and it seemed to work just fine:

system("$command &");

Which, I believe, runs your command in the background and lets you return to
your program. (Please correct me if I am wrong).  This will only work on
*nix systems.

Sid.

-----Original Message-----
From: Jonathan Howe [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 11:26 AM
To: [EMAIL PROTECTED]
Subject: system calls


Is it possible when making a call to the system, using the system command
our back ticks to have a script exit/finish
with out hanging around for a return from the process handed to the system.

cheers all


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to