home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
database
/
tara201.arc
/
BBSDEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-05-13
|
1KB
|
34 lines
echo off
cls
echo *
echo Demonstrates use of Tara Datafile Utilties with USBBS36A.LST
echo *
echo *--------- OEM bug alert!
echo * Caution! FNKEY works with NANSI.SYS but not ANSI.SYS on some clones
echo *--------- Epson Equity I must have NANSI.SYS installed.
echo *
echo Place all Tara files on Drive C at the Root Level (demo only)
echo Put your copy of the unsqueezed USBBS36A.LST file there as well
echo (Edit line with LST2ASC below for a different version of USBBSnnn.LST)
echo MS-DOS commands should be on your path - looking for MORE.COM
echo *
echo Tara requires DOS 2.0 or higher
echo This demo takes about 5 minutes on a hard disk at normal cpu speed
pause
echo *
echo Converting from LST to DAT
lst2asc <usbbs36a.lst >usbbs.dat
echo Sorting by City within State
tsort 3 <usbbs.dat | tsort 2 >usbbs.dat
echo Assigning function key definitions (COMMAND.COM must be available)
command /c setusbbs
echo off
cls
echo Done -- Now Do This
echo Press F7
echo Type 5 HAS B
echo Press F8
echo Press ENTER