home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / af.cmd < prev    next >
OS/2 REXX Batch file  |  2001-03-30  |  535b  |  29 lines

  1. mount .\vfd\pqvf.vfd
  2. if %ERRORLEVEL% != 0 goto CannotMount
  3.  
  4. erase \\.\vf0\pqbat.pqb
  5. rem if %ERRORLEVEL% != 0 goto EraseError
  6.  
  7. dup -v pqbat.pqb \\.\vf0
  8. if %ERRORLEVEL% != 0 goto CopyError
  9.  
  10. rem Success
  11. set ERRORLEVEL=0
  12. exit
  13.  
  14. :CannotMount
  15. set ERRORLEVEL=100
  16. exit
  17.  
  18. :EraseError
  19. set ERRORLEVEL=101
  20. exit
  21.  
  22. :CopyError
  23. set ERRORLEVEL=102
  24. exit
  25.  
  26.  
  27. rem - Error Levels 100 - 150 are reserved for PartitionMagic
  28. rem - integration.  These errors are chosen so as not to
  29. rem - conflict with error levels returned from VFINST.