home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo *** Installation für NORTON COMMANDER 4.0 von ***
- echo *** der Heft-CD-ROM der Zeitschrift FAST GESCHENKT 11 ***
- echo.
-
- rem * Stellt sicher, daß Zielpfad existiert bzw. angelegt werden kann
- if exist C:\PV\nul goto pathexists
- md C:\PV
-
- :pathexists
- echo.
- echo Diese Install-Batch kopiert zunächst die Dateien von PicView in
- echo das vorgegebene Verzeichnis auf Ihrer Festplatte.
- echo.
- echo Danach wird das eigentliche Installationsprogramm des
- echo NORTON COMMANDERs gestartet.
- echo.
- PAUSE
- rem * Kopiert die PV-Dateien falls erforderlich
- if exist dummy.tst del dummy.tst >nul
- if exist C:\PV\dummy.tst del C:\PV\dummy.tst >nul
- echo TEST >C:\PV\dummy.tst
- if exist dummy.tst goto filesexists
- if not exist C:\PV\dummy.tst goto error4
-
- cls
- echo.
- echo Dateien werden kopiert, bitte haben Sie etwas Geduld.
- echo.
- copy \picview\ANS.BAT C:\PV >nul
- copy \picview\BESTELL.TXT C:\PV >nul
- copy \picview\DOC.BAT C:\PV >nul
- copy \picview\FILE_ID.DIZ C:\PV >nul
- copy \picview\HISTORY.TXT C:\PV >nul
- copy \picview\INSTALL.BAT C:\PV >nul
- copy \picview\LIESMICH.TXT C:\PV >nul
- copy \picview\LOGO.TXT C:\PV >nul
- copy \picview\MPG.BAT C:\PV >nul
- copy \picview\PCD.SLD C:\PV >nul
- copy \picview\PV.ANS C:\PV >nul
- copy \picview\PV.DOC C:\PV >nul
- copy \picview\PV.EXE C:\PV >nul
- copy \picview\PV.PIF C:\PV >nul
- copy \picview\PVCMD.BAT C:\PV >nul
- copy \picview\PVDEMO.EXE C:\PV >nul
- copy \picview\REGISTER.EXE C:\PV >nul
- copy \picview\SAMPLES.EXE C:\PV >nul
- copy \picview\VESAINFO.EXE C:\PV >nul
- copy \picview\VGASPEED.EXE C:\PV >nul
- copy \picview\ZIP.BAT C:\PV >nul
-
- :filesexists
- del C:\PV\dummy.tst >nul
-
- rem * DOS has no interactive batch file commands,
- rem * so we create a special program to solve that!
- rem * the 'garbage' in the echo command is program code
- rem * to read a key into an errorlevel, the program code
- rem * will be copied into an executable file.
- echo ═êα╧┤L═! >C:\PV\ask.com
-
- echo.
- echo Die Installation von PicView wurde erfolgreich abgeschlossen.
- echo Direkt im Anschluß wird die Installation des NORTON COMMANDERs
- echo gestartet.
- echo.
- echo.
- pause
- goto norton
-
- :error1
- echo.
- echo Fehler: Ungültiger Programmaufruf!
- echo.
- echo Stellen Sie sicher, daß Sie INSTALL.BAT im Hauptverzeichnis
- echo Ihrer CD-ROM aufrufen.
- echo.
- echo Beispiel: Wenn sich die Dateien im Laufwerk D: befinden, geben
- echo Sie bitte folgendes ein:
- echo.
- echo D: [Enter]
- echo CD\ [Enter]
- echo INSTALL.BAT [Enter]
- echo.
- echo.
- goto end
-
- :error4
- echo.
- echo Fehler: Dateien können nicht nach C:\PV kopiert werden.
- echo.
- echo Nicht genügend Platz? Laufwerk schreibgeschützt?
- echo.
- goto end
-
- :norton
- echo.
- echo Die Dateien von PicView befinden sich jetzt im Verzeichnis
- echo.
- echo C:\PV
- echo.
- echo Diese Bildbearbeitungssoftware wird vom NORTON COMMANDER
- echo als externer Bildbetrachter aufgerufen.
- echo PicView ist darüber hinaus ein äußerst vielfältiges Grafik-
- echo programm, welches Sie im oben genannten Verzeichnis mit
- echo dem Befehl
- echo.
- echo PV.EXE
- echo.
- echo direkt starten können.
- echo.
- echo Denken Sie bitte daran: Diese Version von PicView ist Shareware.
- echo Wollen Sie das Programm dauerhaft legal nutzen, bestellen Sie beim
- echo Autor die Vollversion. Näheres finden Sie in der Datei BESTELL.TXT
- echo im Verzeichnis C:\PV.
- echo.
- echo.
- pause
- \nc\install.exe
-
- :end
- if exist C:\PV\ask.com del C:\PV\ask.com >nul
-
- pause
-