home *** CD-ROM | disk | FTP | other *** search
- AskPath('Geben sie eine Pfad auf der Festplatte an, in dem die veränderlichen Daten gepeichert werden sollen',
- 'C:\sueintro\')
- OpenFile('Sue.CFG')
- write('CDROM=',sourcedrive,':')
- write('SAVE=',path)
- write('INV=',path,'INV\')
- write('PATCH=',path,'PATCH\')
- write('MIDI=',path,'MIDI\')
- write('WAV=',path,'WAV\')
- write('FLC=',path,'FLC\')
- write('DAT=',path,'DAT')
- write('CODE=',path,'code')
- CloseFile
- copydir('INV')
- copydir('PATCH')
- copydir('MIDI')
- copydir('FLC')
- copydir('WAV')
- copy('code')
- copy('dat')
- copy('demo.exe')
- copy('dos4gw.exe')
- copy('ultramid.ini')
- copy('ultramid.exe')
- cd(path,'.')
-
-