home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
DTOOL
/
INTER57E.ZIP
/
INTHLP10.ZIP
/
ADDTOPIC.BAT
next >
Wrap
DOS Batch File
|
1994-11-11
|
947b
|
31 lines
@ECHO off
IF "%2" == "" GOTO help
ECHO --------!---%1----------------------- >> interrup.lst
COPY interrup.lst + %2 interrup.lst
GOTO done
:HELP
ECHO.
ECHO Interrupt Helper ADDTOPIC utility
ECHO.
ECHO by Gary Chanson
ECHO (C) 1994
ECHO.
ECHO Adds additional topic entries to Ralf Brown's INTERRUP.LST.
ECHO.
ECHO usage:
ECHO.
ECHO ADDTOPIC title_text source_file
ECHO.
ECHO WARNING:
ECHO.
ECHO Any text which contains lines of dashes as topic separators
ECHO must conform to the INTERRUPT.LST separator format or INTERHLP
ECHO will fail during mapping. If troble is experienced, change
ECHO these lines to some other character!
ECHO.
:DONE