PROGRAMMING THE PRINTER WITH DOSCOMMANDS
If yoursystem includesthefile PRINT.COMyou canuse the main DOS
printingcommand.Simplytypethe wordPRINTfollowedby the nameof
the file you want to print. To print afde named README.DOC,for
example,type:
A>PRINT README .DOC
The computermay respond with the following message,asking which
printerto use:
Name of 1ist device [PRN]:
Ifyour computerisconnectedtoonly oneprinter,pressRETURNto select
the defaultchoice (HUN).Printing will begin and the A> prompt will
reappear.You can executeother commandsorprogramswhile the fde is
beingprinted.
AsinglePRINTcommandcan printtwo ormore files.List thefile names
consecutivelyonthesameline, oruse wild-cardcharactem(*and?). Each
filewill beprinted startingon anewpage.The PRINTcommandalso has
controloptions.Forexample,you canterminateaprintingjob in progress
withthenoption.(The printermaynot stopprintingimmediatelyasthere
maybeconsiderabledatastoredaheadin itsbuffer.)Forthen option,type:
A)F’RINT/’”lY
Seeyour,DOSmanualfor furtherinformationaboutthePRINTcommand.
Ifyour systemdoesnot includePRINT.COM,youcanprint filesby using
thePRNdevicename inCOPYor TYPEcommandssuchas thefollowing:
COPYandTYPE donot permityou toexecuteother commandswhilethe
fileis printing.
Ifyouwantaparticularfont,orprintpitch, youcanmakethesesettingsfrom
thecontrolpanel beforeyoustart printing.See Chapter2.
80