gt; By not using @echo off, you'll also see the command itself appear on your
> screen.
>
> > -Original Message-
> > From: Bill Duncan [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, March 18, 2001 9:29 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Runni
, 2001 9:29 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Running Perl script
>
>
> doskey foo=c:\perl\bin\perl.exe -w c:\scripts\myscript.pl
>
> Load doskey and this line above in autoexec.bat and anytime
> you type foo it
> will execute your script.
>
>
go to the command line and type ftype /? and that will tell you how to do it
:)
Matt
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 1:23 PM
To: [EMAIL PROTECTED]
Subject: Running Perl script
Is there anyway I can run a perl script wi