RE: [Perl-unix-users] OT cygwin question

2002-11-20 Thread chengkai
You can also wrap the bash -c your_perl_script in the cmd file and run that cmd file from the at schedule. That would work. ~Mike L. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Terry Vaughn Sent: Wednesday, November 20, 2002 8:23 AM To: [EMAIL PROTEC

Re: [Perl-unix-users] OT cygwin question

2002-11-20 Thread Terry Vaughn
I'm all ears. Is there a "win32" crontab solution bundled in the cygwin ?? Could you share sample code of your use of crontab on Win32?? Terry >>> <[EMAIL PROTECTED]> 11/20/02 09:30AM >>> Terry, why not just use Crontab? -- James Schappet http://www.schappet.com

Re: [Perl-unix-users] OT cygwin question

2002-11-20 Thread jimmy
Terry, why not just use Crontab? -- James Schappet http://www.schappet.com On Wed, 20 Nov 2002, Terry Vaughn wrote: > Hello. I have the cygwin bash environment installed on Win2K and run a lot of my >perl scripts from this env. > > I have a script that I would li

[Perl-unix-users] OT cygwin question

2002-11-20 Thread Terry Vaughn
Hello. I have the cygwin bash environment installed on Win2K and run a lot of my perl scripts from this env. I have a script that I would like to run from the "AT" scheduler, but the perl script has to run from the cygwin bash env. It contains a system command that calls "tar". Has anyone used

[Perl-unix-users] remsh-sh - ARGV from one script to another -

2002-11-20 Thread PRADEEP GOEL
Hi all i am facing a quite crucial problem i.e. script one contains " $cmd = "remsh $remhost -l root \"sh -c /installP.pl $PATCHFILE $option $ARGV[2] \" "; print "system(\"$cmd\")"; system("$cmd "); " print "system(\"$cmd\")"; correctly prints system("remsh nnmhpt1 -l root "sh -c /installP.pl