home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Share Gallery 1
/
share_gal_1.zip
/
share_gal_1
/
WP
/
WP088.ZIP
/
SAMPLE.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-08-29
|
1KB
|
22 lines
echo off
cls
echo ┌───────────────────────────────────────────────────────────────────────┐
echo │ Before you can print a sample of your soft fonts you *must* have run │
echo │ options 3 and 4 from the installation menu. (These copy and unpack │
echo │ the soft fonts, and copy & unpack the utility programs.) If you have │
echo │ already done this you can print a sample sheet by hitting the return │
echo │ key now. This batch file only works for printers attached to a para- │
echo │ llel port. │
echo │ │
echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
echo │ this batch file and return to INSTALL. │
echo └───────────────────────────────────────────────────────────────────────┘
if "%1"=="" goto bad
pause
download @sample.lst -q %1:
copy sample.doc %1:
goto good
:bad
echo Sorry, you must pass a parallel print port as an argument
:good