home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / finanzen / ctoea / insthp.bat < prev    next >
DOS Batch File  |  1993-05-07  |  2KB  |  46 lines

  1. ECHO OFF
  2. if /== %1/ goto end2
  3. cls
  4. echo  ***********************************************************************
  5. echo  *                                                                     *
  6. echo  *                         A C H T U N G !                             *
  7. echo  *     Die Installation sollte  n u r  von einer schreibgeschützen     *
  8. echo  *                   S i c h e r u n g s k o p i e                     *
  9. echo  *                     durchgeführt werden !!!                         *
  10. echo  *                                                                     *
  11. echo  ***********************************************************************
  12. echo  *  Die Installation kann jetzt noch mit «STRG+C» abgebrochen werden ! *
  13. echo  ***********************************************************************
  14. echo  
  15. pause
  16. cls
  17. if not exist %1\HP\*.* md %1\HP
  18. copy \HP.bat %1\ctoea.bat
  19. copy \eaHP.bat %1\eaHB.bat
  20.  
  21. copy \archive.exe %1\HP /v
  22. %1
  23. cd\HP
  24. archive
  25. del %1\HP\archive.exe
  26. if exist %1\HP\kinst.mem del %1\HP\kinst.mem
  27. cd\
  28. echo  
  29. echo ***********************************************************************
  30. echo *     Das Programm ist installiert  Starten mit Befehl: CTOEA         *
  31. echo *     Handbuch lesen                Starten mit Befehl: EAHB          *
  32. echo * Starten Sie das Programm und führen Sie eine Reorganisation durch!  *
  33. echo ***********************************************************************
  34. echo  
  35. goto end
  36. :end2
  37. cls
  38. echo  
  39. echo    ***************************************************************
  40. echo    *            Parameter C: [D:] [E:] [F:] ... fehlt            *
  41. echo    *              Syntax: INSTap [ZIELLAUFWERK]                  *
  42. echo    *    Bsp.: «install C:» installiert vom aktuellen Laufwerk    *
  43. echo    *                    auf die Festplatte C:\HP                 *
  44. echo    ***************************************************************
  45. echo  
  46. :end