home *** CD-ROM | disk | FTP | other *** search
/ download.info.apple.com / download.info.apple.com.2012.11.zip / download.info.apple.com / Apple_Support_Area / Apple_Software_Updates / English-International / Newton / MP465333.EXE / INSTALL.BAT < prev   
DOS Batch File  |  1995-12-15  |  670b  |  29 lines

  1. @echo off
  2. set destfolder=MP465333
  3.  
  4. ren data. data.exe
  5. ren ask. ask.exe
  6. data.exe -cm license.txt
  7. ask.exe "I agree with the terms of the software license agreement (Y or N) and hit Enter?" y Y
  8. if errorlevel 1 goto done
  9. data.exe -d C:\%destfolder%
  10. del C:\%destfolder%\License.txt
  11.  
  12. echo .
  13. echo .
  14. echo A directory named %destfolder% has been added to the root of your C: drive.
  15. echo You should delete INSTALL.BAT. You should save %destfolder%.EXE for 
  16. echo future installs of MessagePad System Update 1.3 (465333).
  17. echo .
  18. echo .
  19. ask.exe "Press Enter to continue."
  20.  
  21. del data.exe
  22. del ask.exe
  23. goto end
  24.  
  25. :done
  26. ren data.exe data.
  27. ren ask.exe ask.
  28.  
  29. :end