also -s hat ein biz gedauert aber hier die betrefenden abschnitte:
hier funkts noch:
xcopy/d/y/q/h/r/i config.sys f:\backup
xcopy/d/y/q/h/r/i eeeee.NET f:\backup
xcopy/d/y/q/h/r/i wwww.BAT f:\backup
xcopy/d/y/e/q/h/r/i wwww f:\backup\wwww
xcopy/d/y/e/q/h/r/i ssssf:\backup\ssss
xcopy/d/y/e/q/h/r/i yyy f:\backup\yyy
xcopy/d/y/e/q/h/r/i xxx f:\backup\xxx
und hier nichtmehr - liegts am errorlevel?(muß wohl), den hab ich von dos-tutorial von einer dos-site
xcopy/d/y/q/h/r/i config.sys d:\d_save\backup
if not errorlevel=0 goto error
xcopy/d/y/q/h/r/i rrrrr.NET d:\d_save\backup
if not errorlevel=0 goto error
xcopy/d/y/q/h/r/i wwww.BAT d:\d_save\backup
if not errorlevel=0 goto error
xcopy/d/y/q/h/r/i aaa d:\d_save\backup\aaa
if not errorlevel=0 goto error
xcopy/d/y/q/h/r/i ssss d:\d_save\backup\ssss
if not errorlevel=0 goto error
xcopy/d/y/q/h/r/i fff d:\d_save\backup\fff
if not errorlevel=0 goto error
xcopy/d/y/q/h/r/i yyy d:\d_save\backup\yyy
if not errorlevel=0 goto error
xcopy/d/y/q/h/r/i xxx d:\d_save\backup\xxx
if not errorlevel=0 goto error
wird wohl des mit errorlevel sein - doch wie geht des dann richtig?
____________________________________
...wenn Ihr hungert, wenn Ihr dürstet - ihr seit nicht allein, wenn Ihr krank seit wenn Ihr leidet - Ihr seit nicht allein -- ER kümmert sich auch um andere NICHT
|