Category : Printer Utilities
Archive   : COLPR21.ZIP
Filename : PR3COL.BAT

 
Output of file : PR3COL.BAT contained in archive : COLPR21.ZIP
@echo off
rem
rem Usage: PR3COL infile
rem
rem Reformat the input file to 49 characters/line, then print in 3 columns
rem THIS IS FOR PRINTERS THAT SUPPORT A 20 CHARACTER-PER-INCH PITCH
rem If your printer supports 17 cpi and you want 3 columns, you could change
rem the line length from 49 to 41.

if "%1" == "" echo Usage: PR3COL infile
if "%1" == "" goto end
if not "%2" == "" echo Usage: PR3COL infile
if not "%2" == "" goto end

rap %1 /W49 \rap.tmp
if not ERRORLEVEL EQ 0 goto raperror
colprint.exe \rap.tmp \colprint.tmp /c3
if not ERRORLEVEL EQ 0 goto cperror
print \colprint.tmp
goto end
:raperror
echo Error in RAP processing
goto end
:cperror
echo Error in COLPRINT processing
goto end
:end


  3 Responses to “Category : Printer Utilities
Archive   : COLPR21.ZIP
Filename : PR3COL.BAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/