Jump to content

thorgood

Expert Member
  • Gesamte Inhalte

    2.709
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von thorgood

  1. Versuche es so:

    ping -n 1 FSD03 | findstr "(0%"
    if %errorlevel% neq 0 goto 1
    robocopy c:\wichtig \\FSD03\lbackup$\mira\wichtigD /MIR
    robocopy c:\ndata\ \\FSD03\lbackup$\mira\notes AD*.id names.nsf desktop*.*
    :1
    ping -n 1 FSDERAU03 | findstr "(0%"
    if %errorlevel% neq 0 goto 2
    robocopy "c:\dokumente und einstellungen\admira\favoriten" \\FSDERAU03\lbackup$\Mira\wichtigF /MIR
    :2
    ping -n 1 FS03 | findstr "(0%"
    if %errorlevel% neq 0 goto 3
    robocopy "c:\dokumente und einstellungen\admira\eigene Dateien" \\FS03\lbackup$\Mira\WichtigD\EigeneDateien /MIR
    :3

×
×
  • Neu erstellen...