in reply to Re: Command prompt q.
in thread Command prompt q.

Thanks for responding

The command I type is: "perl process2.pl *filename*.txt > *filename*.htm"

I'm using perl to convert a text file to an htm file and to format it a certain way

'process2.pl' is the file that contains the work done by my friend

I have installed the latest version of ActivePerl

Replies are listed 'Best First'.
Re^3: Command prompt q.
by rovf (Priest) on Jun 04, 2012 at 10:56 UTC
    perl process2.pl *filename*.txt > *filename*.htm
    You are using wildcards in the redirection part??????

    What happens if you leave out the redirection?

    Can you access perl.exe, and can you access process2.pl? Also make sure that your working directory is one where you have write permission.
    -- 
    Ronald Fischer <ynnor@mm.st>

      No, sorry, I just meant to indicate that the actual filename goes in there.

      I should have said something like: "perl process2.pl abcd.txt > abcd.htm"

      (Didn't realise i was using convention for wildcard!))

Re^3: Command prompt q.
by Anonymous Monk on Jun 04, 2012 at 10:23 UTC

    Well, under cmd.exe that is an error, so what "Command Processor" are you using?

      I'm using the command prompt which now seems to go under the name "Windows Command Processor" (v 6.1.xx)

      It's that little window with the black background

        So it is cmd.exe ?