home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
TEXT
/
IMPR9210.ZIP
/
PRNTFILE.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-02
|
220b
|
10 lines
echo off
if .%1 == . goto err
echo pr /f /m /l61 /h %1 %1
pr /f /m /l61 /h %1 %1 >prn
goto end
:err
echo Usage: type PRNTFILE FILENAME
echo where FILENAME is the file you want, such as IMPR9207.TXT
:end