First commit 14/02/1999
This commit is contained in:
25
Vendidos/infdj.com/guardar.bat
Normal file
25
Vendidos/infdj.com/guardar.bat
Normal file
@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
|
||||
if exist ..\..\perfil01 goto ok
|
||||
|
||||
@echo El perfil que intenta SALVAR, no se corresponde
|
||||
@echo con el actual...
|
||||
|
||||
goto fin
|
||||
|
||||
:ok
|
||||
|
||||
@echo TRAER ficheros ACTUALES, a este perfil...
|
||||
@echo (Interrumpir CTRL+C) / <20> / continuar ?
|
||||
@echo pause > nul
|
||||
|
||||
xcopy ..\..\TpvVntAlbPrint.cpp
|
||||
xcopy ..\..\TpvVntAlbPrint.dfm
|
||||
xcopy ..\..\TpvVntAlbPrint.h
|
||||
xcopy ..\..\TpvVntFctPrint.cpp
|
||||
xcopy ..\..\TpvVntFctPrint.dfm
|
||||
xcopy ..\..\TpvVntFctPrint.h
|
||||
del ..\..\testigo
|
||||
del ..\..\perfil01
|
||||
|
||||
:fin
|
Reference in New Issue
Block a user