home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
DOS
/
PRINTER
/
2COL54
/
CVT2COL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-07-20
|
481b
|
13 lines
ECHO OFF
ECHO.
ECHO Usage: cvt2col filename [2COL options]
ECHO.
ECHO This is an example of how to use Malcolm Drury's VIEW95 (or higher) to
ECHO print WFW,WFD,WP,AMIPRO,WRI, and Wordstar files directly with 2COL/JETCOL.
ECHO Your own customized options can be added to this file. The latest version of
ECHO VIEW will be sent to those who register 2COL or JETCOL. See REGISTER.DOC
ECHO.
view %1 /ccol$$$$$.tmp
2col col$$$$$.tmp %2 %3 %4 %5 %6 %7 %8 %9
del col$$$$$.tmp