home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / MSGBOXT.ZIP / SAMPLE.BAT < prev   
DOS Batch File  |  2005-11-23  |  169b  |  11 lines

  1. @echo off
  2. msgboxt yn
  3. if errorlevel 2 goto nogo
  4. set IAR=Y
  5. image /r /o d:\whatever.img
  6. if not errorlevel 1 goto ex
  7. echo Image Restore Failed.
  8. :ex
  9. set IAR=
  10. :nogo
  11.