home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / comms / rcom114 / DOS / RBAKS3A.BAT < prev    next >
DOS Batch File  |  1994-10-12  |  552b  |  29 lines

  1. @echo off
  2. xwait link
  3. if errorlevel 1 goto failed
  4. echo Stopping L:
  5. xstop l:
  6. if errorlevel 1 goto failed
  7. echo Backup L: C:\PSION\L
  8. backup l: c:\psion\l
  9. if errorlevel 1 goto failed
  10. echo Stopping R:
  11. xstop r:
  12. if errorlevel 1 goto failed
  13. echo Backup R: C:\PSION\R
  14. backup r: c:\psion\r
  15. if errorlevel 1 goto failed
  16. echo Stopping I:
  17. xstop i:
  18. if errorlevel 1 goto failed
  19. echo Backup I: C:\PSION\I
  20. backup i: c:\psion\i
  21. if errorlevel 1 goto failed
  22. echo BACKUP COMPLETED OK
  23. pause
  24. quit
  25. :failed
  26. echo ****** BACKUP FAILED ******
  27. pause
  28. quit
  29.