home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
DAPLI
/
SERVIGES.ZIP
/
serviges
/
INS.EXE
/
INICIO.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-03-30
|
413b
|
29 lines
@echo off
mode co80
cls
cg
ctf %1 %2
if ErrorLevel 25 goto Res
if ErrorLevel 20 goto Seg
goto fin
:Prin
cg
ctf /n %1 %2
if ErrorLevel 25 goto Res
if ErrorLevel 20 goto Seg
goto Fin
:Seg
cg
Call HaceSeg
goto Prin
:Res
cg
Call RestaSeg
goto Prin
:Fin
echo.
echo Gracias por usar ServiGes.
echo.
pause
mode co80