home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / tara201.zip / BBSDEMO.BAT < prev    next >
DOS Batch File  |  1987-05-13  |  1KB  |  34 lines

  1. echo off
  2. cls
  3. echo *
  4. echo Demonstrates use of Tara Datafile Utilties with USBBS36A.LST
  5. echo *
  6. echo *---------  OEM bug alert!
  7. echo * Caution!  FNKEY works with NANSI.SYS but not ANSI.SYS on some clones
  8. echo *---------  Epson Equity I must have NANSI.SYS installed.
  9. echo *
  10. echo Place all Tara files on Drive C at the Root Level (demo only)
  11. echo Put your copy of the unsqueezed USBBS36A.LST file there as well
  12. echo (Edit line with LST2ASC below for a different version of USBBSnnn.LST)
  13. echo MS-DOS commands should be on your path - looking for MORE.COM
  14. echo *
  15. echo Tara requires DOS 2.0 or higher
  16. echo This demo takes about 5 minutes on a hard disk at normal cpu speed
  17. pause
  18. echo *
  19. echo Converting from LST to DAT
  20. lst2asc <usbbs36a.lst >usbbs.dat
  21. echo Sorting by City within State
  22. tsort 3 <usbbs.dat | tsort 2 >usbbs.dat
  23. echo Assigning function key definitions (COMMAND.COM must be available)
  24. command /c setusbbs
  25. echo off
  26. cls
  27. echo Done -- Now Do This
  28. echo         Press F7  
  29. echo         Type  5 HAS B
  30. echo         Press F8
  31. echo         Press ENTER
  32. 
  33.  
  34.