posted by
oldbloke at 10:08am on 19/10/2004
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
bat file calling a perl script
fine on my workstation kicked off manually
fine on my workstation from the scheduler
fine on their server kicked off manually
not fine on their server from the scheduler
the net use command works
made the path to the perl interpreter and script fully explicit
just added a line to the script that proves it does actually run
just won't talk to the files mapped in, apparently.
bum.
fine on my workstation kicked off manually
fine on my workstation from the scheduler
fine on their server kicked off manually
not fine on their server from the scheduler
the net use command works
made the path to the perl interpreter and script fully explicit
just added a line to the script that proves it does actually run
just won't talk to the files mapped in, apparently.
bum.
(no subject)
Moved all the drive mapping stuff into a system(...); statement.
Still the same - OK run manually, fails from the scheduler.
feh.