dos_compilers/Logitech Modula-2 v1.1/INSTALLX.BAT
2024-06-30 15:43:04 -07:00

20 lines
852 B
Batchfile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pause * Loading Modula-2/86 system onto current drive from drive A: *
pause Insert 'System' disk in drive A:
copy a:comppara.sym \m2lib\sym
copy a:*.def \m2lib\def
copy a:*.mod \m2lib\mod
pause Insert 'Compiler' disk in drive A:
copy a:*.lod \m2lod
copy a:*.sym \m2lib\sym
pause Insert 'Linker' disk in drive A:
copy a:*.lod \m2lod
copy a:*.lnk \m2lib\lnk
pause Insert 'Debugger' disk in drive A:
copy a:*.lod \m2lod
copy a:*.ref \m2lib\ref
rem ****** BEFORE USING MODULA-2/86 PLEASE MAKE SURE THAT ****************
rem * You have a CONFIG.SYS file, and it includes 'FILES=12' *
rem * You have an AUTOEXEC.BAT file, and it sets the search paths, *
rem * as described in the INSTALLATION section of the manual. *
rem **********************************************************************
del installx.bat