home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / setgrid.zip / MACRO.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  542b  |  24 lines

  1. echo off
  2. cls
  3. if nul==nul%1 goto out
  4. goto k%1
  5. goto out
  6. :kscreen
  7. echo This file works best with DEVICE=ANSI.SYS in your CONFIG.SYS file
  8. pause
  9. type macro.asi
  10. goto bye
  11. :kprinter
  12. type macros.prt >prn
  13. goto bye
  14. :out
  15. echo  Please specify where you would like this document to output.
  16. echo  If you wish it to go to your screen         type "macro screen"
  17. echo                               printer        type "macro printer"
  18. echo  
  19. echo  
  20. echo  
  21. echo  
  22. :bye
  23. echo                                                      Thank You
  24.