home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / InstallHD-Amiga / DeInstall-AGG < prev    next >
Text File  |  1977-12-31  |  558b  |  18 lines

  1. ;$VER: Amiga Game Guide De-Installer V1.0 © by Stefan Martens (13-Mai-00)
  2. ;Thanks for bying the Amiga Game Guide CD - Have fun!!!
  3.  
  4. assign >NIL: AmigaGameGuide: remove
  5. assign >NIL: AmigaGameGuideDummy: remove
  6.  
  7. CD ""
  8. SETENV mp3=0
  9. REQUESTCHOICE >ENV:MP3 "AGG De-Installer""Wollen Sie das Amiga Game Guide wirklich von Ihrer Festplatte entfernen?" "Ja, mach zu man!!!" "Wehe, dann erschlag ich dich..."
  10. IF $MP3 EQ 0
  11.  echo "OK...ich frag doch nur ;))"
  12.  wait 2
  13. ENDIF
  14. IF $MP3 EQ 1
  15.  echo "OK OK, ich lösche schon..."
  16.  execute deinstall
  17. ENDIF
  18. RUN >NIL: DELETE ENV:MP3