home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
16
/
COUNT93R.ZIP
/
COUNT.BAT
next >
Wrap
DOS Batch File
|
1995-09-21
|
576b
|
20 lines
@echo off
rem ┌───────────────────────────────────────────────┐
rem │Remove the rem depending on which dir. you put │
rem │the count93r.exe and count.dat files in. │
rem └───────────────────────────────────────────────┘
rem cd\windows
rem cd\dos
count93r.exe
rem ┌─────────────────────────────────────────────────────────┐
rem │The pause is only for calling of count in an autoexec.bat│
rem │otherwise it is not needed and can be taken out. │
rem └─────────────────────────────────────────────────────────┘
pause