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

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>

Replies are listed 'Best First'.
Re^4: Command prompt q.
by jonabb (Novice) on Jun 04, 2012 at 13:44 UTC

    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!))