Hello all,
I would like to write a batch that get a VSS project from my vss Data base to my Test server (local folder).
I wrote this batch but when i check my local Recette folder, there is nothing. but in the script i have a 0 error code.
Help me :)
@echo ss Get $/DEVELOPPEMENT/%1
ss Get $/RECETTE/%1
if errorlevel 100 goto BAD_FAILURE
if errorlevel 1 goto EXIT_CODE_1
rem Exit code 0, pas de fichier à récupèrer // Mean no file to take
@echo code retour %errorlevel%
goto END
Ludovic Bouaziz - MCSD .net