How to execute "Type <filename> > prn"
Posted: Thu Jul 09, 2009 5:17 am
Hi All,
How to execute TYPE <FILENAME> > PRN (This is required for dumping some .txt file into specific old barcode printer)
BTW, I tried with EXECUTE command, but may be due to some syntactical error I couldn't do it.
I tried with the command,
EXECUTE OPERATION "EDIT <FILENAME>"
and
EXECUTE FILE "EDIT <FILENAME>" WAIT
But following command runs ok
EXECUTE FILE "NOTEPAD.EXE <FILENAME>" WAIT
Thanks in advance.
With best regards.
Sudip
How to execute TYPE <FILENAME> > PRN (This is required for dumping some .txt file into specific old barcode printer)
BTW, I tried with EXECUTE command, but may be due to some syntactical error I couldn't do it.
I tried with the command,
EXECUTE OPERATION "EDIT <FILENAME>"
and
EXECUTE FILE "EDIT <FILENAME>" WAIT
But following command runs ok
EXECUTE FILE "NOTEPAD.EXE <FILENAME>" WAIT
Thanks in advance.
With best regards.
Sudip