home *** CD-ROM | disk | FTP | other *** search
/ GEN4 #73 / generation4_73.iso / pc / aladins.bat next >
DOS Batch File  |  1994-12-09  |  969b  |  49 lines

  1. cd aladdin
  2. @echo off
  3. if "%1"=="" goto nopar
  4. if not exist disk1.dat goto nofile
  5. cls
  6. echo **** Installation de Aladdin PC ****
  7. lha x /c disk1.dat %1
  8. if errorlevel 1 goto unpackerr
  9.  
  10. cls
  11. echo L'installation est terminÇe.
  12. echo.
  13. echo Une fois sur le bon rÇpertoire, tapez
  14. echo SETSND        pour sÇlectionner le son.
  15. echo ALADDIN       pour jouer au jeu.
  16. echo.
  17. goto end
  18.  
  19. :unpackerr
  20. echo.
  21. echo There was an error during installation.
  22. echo Are you sure you specified the drive and path
  23. echo correctly including the final \
  24. echo.
  25. echo e.g.  INSTALL C:\ALADDIN\
  26. echo.
  27. goto end
  28.  
  29. :nopar
  30. echo.
  31. echo Vous devez indiquer le lecteur et le rÇpertoire oó installer Aladdin
  32. echo.
  33. echo e.g.  ALADINS C:\ALADDIN\
  34. echo.
  35. echo N'ouvliez pas le '\' Ö la fin.
  36. echo.
  37. goto end
  38.  
  39. :nofile
  40. echo.
  41. echo You must run the installation program
  42. echo from the installation disk drive.
  43. echo Change to the correct drive and try again.
  44. echo.
  45. goto end:
  46.  
  47. :end
  48. CD \
  49.