home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
os2lang
/
ge.inf
< prev
next >
Wrap
Text File
|
1995-08-14
|
1KB
|
32 lines
;; ******** GERMAN OS/2 WARP INSTALLATION - OS/2 INSTALL
;; Using Code Page 850 ä = asc132, ü = asc129
;;
TextBox YellowOnCyan @xy(Center,2)
IBM OS/2 Warp (Bennen mit Tasten STRG und X)
EndTextBox
Dialog
Das Programm installiert die IBM OS/2 Warp Präsentation auf der
Festplatte und erstellt ein Programmsymbol zum Starten der Präsentation.
endDialog
DetermineInstallationDrive QueSize RequireFixed
DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
ModifyTextFile c:\SetZPath.txt Quietly NoBackUp NoInquiry
AddOrChangeLineWith (,,) as "[InstallationDirectory]" at beginning
EndMOdifyTextFile
QueFileGroup 2
GetQuedFiles
copyfiles from [InstallFromDrive]:\OS2LANG to [InstallationDirectory] Quietly
IBMWARP.ICO
endCopyFiles
Dialog
Die Präsentation wurde installiert. Drücken Sie die Eingabetaste, um das
Programmsymbol zu erstellen, und starten Sie die Präsentation durch
Doppelklicken auf dieses Symbol.
EndDialog
endScript