in reply to How long 'tween now and then?

There is a command in Win2K called 'Runas'.
Do a 'runas /?' for the specifics, but I've used it often to call the 'at' command under a different name.
Not a Perl solution, true, but I use it to run my Perl scripts.
Hope that helps.

~d4vis
#!/usr/bin/fnord

Replies are listed 'Best First'.
RE: RE: How long 'tween now and then?
by myocom (Deacon) on Sep 13, 2000 at 22:58 UTC

    Actually, I investigated going that route as well, but you can't programmatically (through redirects or echo 'n' pipe) send the account password to 'runas' anymore.

    *sigh*