IF @TIME = "10:30:00"
Shell '"C:\kix\pkzip -a %DATE:.=%.zip C:\KiX\Archiv\*.*"
Shell '%ComSpec% /c echo Backup Datei wurde erstellt (%DATE:.=%.zip) >> "C:\KiX\Archiv\log.txt"'
ELSE
GOTO "convert"
ENDIF

If i have this code.. it exits the script automaticaly.. why?
How is it possible to remove File extensions?


Edited by kixnewbie (2004-04-16 10:44 AM)