in reply to Re: How do I run a .bat file?
in thread How do I run a .bat file?

Thanks for the reply. So the system command can run more than one command?

(I actually tried it, and it didn't so I'm beginning to think there is something wrong with the machine or the perl install. But, I figure that no matter what's wrong with the machine/install, I'm still going to have to figure out how to do it...)

E

Replies are listed 'Best First'.
Re: Re: Re: How do I run a .bat file?
by tommyw (Hermit) on Oct 24, 2001 at 05:13 UTC

    Nope, it's running one command, with two parameters (/c and blah.bat). type

    command /?
    at the command prompt to see the details