home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
DAPLI
/
EUROFACT.ZIP
/
EURO-FA.DAT
/
OPCION.BAT
< prev
next >
Wrap
DOS Batch File
|
1998-05-17
|
530b
|
31 lines
@echo off
:: REM menu salvar datos VSF
set def=
goto EMPEZAR
:menu
title,FICHEROS DATOS
option,SALIR
option,GUARDAR en A:
option,RESTAURAR desde A:
:end_menu
:empezar
batmnu OPCION.bat %def%
if errorlevel 3 goto RESTAURAR
if errorlevel 2 goto GUARDAR en A:
if errorlevel 1 goto SALIR
if errorlevel 0 goto SALIR
:RESTAURAR ------------------------
OPCION2.BAT
goto empezar
:GUARDAR ----------------------
GUARDAFI.BAT
goto empezar
:SALIR -----------------------
set def=
CLS