Re: How to run DOS batch files or DOS commands in the Perl script

2001-11-09 Thread Jason Ya hoo
ot;; > close IT; > system ( "mybat.bat" ); > > - Original Message - > From: "Jason-Yahoo" <[EMAIL PROTECTED]> > To: "A. Rivera" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Friday, November 09, 2001 4:37 PM >

Re: How to run DOS batch files or DOS commands in the Perl script

2001-11-09 Thread Alfred Wheeler
MAIL PROTECTED]> To: "A. Rivera" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 4:37 PM Subject: Re: How to run DOS batch files or DOS commands in the Perl script > Thank you very much. I tested successfully. One more > question that how can

Re: How to run DOS batch files or DOS commands in the Perl script

2001-11-09 Thread Jason-Yahoo
: "Jason-Yahoo" <[EMAIL PROTECTED]> > To: "A. Rivera" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Friday, November 09, 2001 4:37 PM > Subject: Re: How to run DOS batch files or DOS > commands in the Perl script > > > > Thank

Re: How to run DOS batch files or DOS commands in the Perl script

2001-11-09 Thread A. Rivera
Sent: Friday, November 09, 2001 4:37 PM Subject: Re: How to run DOS batch files or DOS commands in the Perl script > Thank you very much. I tested successfully. One more > question that how can I transfer the variables of in > Perl Script to DOS batch or vice versa (e.g. > &

Re: How to run DOS batch files or DOS commands in the Perl script

2001-11-09 Thread Jason-Yahoo
Thank you very much. I tested successfully. One more question that how can I transfer the variables of in Perl Script to DOS batch or vice versa (e.g. "$name1_perl=..." in Perl; "set name1_dos=..." in DOS Batch) --- "A. Rivera" <[EMAIL PROTECTED]> wrote: > system("batchfile.bat"); > > - Or

Re: How to run DOS batch files or DOS commands in the Perl script

2001-11-09 Thread A. Rivera
system("batchfile.bat"); - Original Message - From: "Jason-Yahoo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 4:09 PM Subject: How to run DOS batch files or DOS commands in the Perl script > I can run perl script in the DOS batch file e.g. > > > @e