RE: perl script from at
by Wechsler, Steven other posts by this author
Sep 26 2000 10:37AM messages near this date
automating tasks without OLE?
|
RE: DB_File install hickup
Try putting the path to the perl executable in front of the command, e.g.:
"at 15:00 c:\perl\bin\perl.exe D:\MojPerl\m1.pl"
Bindings don't work from 'at'.
--
Steve Wechsler/Application Manager/Wall St. Access
Steven.Wechsler@[...].com
"There is no reason anyone would want a computer in their home."
-- Ken Olson, president, chairman and founder of DEC, 1977
Support Anti-Spam legislation: http://www.cauce.org
> -----Original Message-----
> From: Jacek Kalisiak [mailto:jacek.kalisiak@[...].pl]
> Sent: Tuesday, September 26, 2000 10:02 AM
> To: activeperl@[...].com
> Subject: perl script from at
>
>
> I try run perl script from at, but it isn't work?
>
> "at 15:00 D:\MojPerl\m1.pl"
> "at 15:00 cmd /c D:\MojPerl\m1.pl"
> "at 15:00 c:\Perl.exe D:\MojPerl\m1.pl"
> "at 15:00 cmd /c D:\MojPerl\m1.bat"
>
> from m1.pl script I need send some e-mails, from command line
> it works.
>
> Jacek Kalisiak
>
> e-mail: Jacek.Kalisiak@[...].pl
>
> _______________________________________________
> ActivePerl mailing list
> ActivePerl@[...].com
> http://listserv.ActiveState.com/mailman/listinfo/activeperl
>
|