home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / prt / dmpdmp.do < prev    next >
Text File  |  2006-10-19  |  1KB  |  56 lines

  1.                                    XCOPY.DOC 
  2.  
  3.  
  4.                    *Radio Shack Series DMP Printers Specific* 
  5.  
  6.  
  7.   1. Download DMPDMP.BA 
  8.  
  9.   2. Cut & Paste TEST.BA 
  10.  
  11.   3. Convert from .DO to .BA format 
  12.  
  13.   4. Run DMPDMP.BA 
  14.  
  15.   5. Return to Menu & XCOPY.CO will appear on Menu 
  16.  
  17.   6. Run TEST.BA to see if D/L is OK *** MAKE SURE PRINTER IS ON! 
  18.  
  19.   7. XCOPY.CO resides in the alternate LCD Buffer 
  20.       a. won't interfer with other M/L programs 
  21.  
  22.   8.  To  utilize: from any prog., just enter, at the approtiate line # (after 
  23.   LCD display)  RUNM"XCOPY 
  24.  
  25.       app. time to print a full screen = 1 min 30 sec. 
  26.  
  27.   9. GRAF.100 users - delete line 41 & replace with  41 RUNM"XCOPY 
  28.  
  29.       a. check line 32 for editing of [PRINT?] & [DATA?] options 
  30.  
  31.       b. as they appear on LCD & will be printed 
  32.  
  33.       c. just delete [PRINT@V$"PRINT?"] & [PRINT@V$"DATA?] 
  34.  
  35.       d. Remember, if you do this, after graph is  displayed  on  screen,  you 
  36.       must enter "P" or "Y" to commence printing the graphs 
  37.  
  38.  
  39.       Gene Nestro   72216,512 
  40.  
  41.  
  42.  
  43. 1 'TEST.BA
  44. 10 CLS:SCREEN0,0
  45. 20 LINE(0,0)-(239,63),1,B
  46. 30 LINE(2,2)-(200,61),1,B
  47. 40 LINE(202,2)-(237,61),1,BF
  48. 50 LINE(4,4)-(198,17),1,BF
  49. 60 PRINT@42,CHR$(27);"pTest for the program XCOPY.CO";
  50. 65 PRINT@76,"H":PRINT@116,"E":PRINT@156,"L":PRINT@196,"L":PRINT@236,"O";CHR$(27);"q"
  51. 70 FORI=20TO48STEP2
  52. 80 LINE(4,I)-(52,I+10):LINE(52,I+10)-(198,I)
  53. 90 NEXT
  54. 100 RUNM"XCOPY
  55. 110 BEEP:END
  56.