home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
hamradio
/
nosvw304.zip
/
NOSGAS.ZIP
/
STARTNOS.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-14
|
1KB
|
41 lines
REM =============== NOSview [301]
REM N:\STARTNOS.BAT
REM ===============
@ECHO OFF
REM Remove the next 4 lines when you are ready to use NOS on-air.
ECHO ...........................................................
ECHO ...........................................................
ECHO
WARNING: HAVE YOU TURNED OFF THE RADIO ?
ECHO
REM Before starting NOS, the PROMPT is changed to a special
REM flashing prompt. This is for when you shell out of NOS;
REM the flashing prompt reminds you that you are not in the
REM the top-level shell.
REM The second PROMPT statement at the end of the script
REM restores the prompt to its original setting when you exit
REM NOS.
PROMPT $e[5mEXIT TO RETURN TO NOS $e[0m$e[44m$p$g$e[m
REM COMSPEC=c:\command.com
REM For DR-DOS, make unused video RAM available:
REM MEMMAX +v > NUL
IF EXIST Q:\*.LCK DEL Q:\*.LCK
N:
N:\nos_20m.exe /autoexec.nos
REM Finished with NOS. For DR-DOS, restore video RAM:
REM MEMMAX -v > NUL
N:
CD N:\
PROMPT $e[41m$p$g $e[m
REM SET COMSPEC=c:\command.com