; Basic Linker Version 2.0 Configuration File ; -----Ä Output ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ------ ; Rigth after the '=' goes the output filename [OUTPUT]=RUNME.EXE ; -----ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ------ ; -----Ä File list ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ------ ; The filelist contains the names of the files to append in the archive [FILE]=INTRO1.PCX [FILE]=INTRO2.PCX [FILE]=INTRO3.PCX [FILE]=INTRO4.PCX [FILE]=CS3MTSR.EXE [FILE]=OPION.EXE [FILE]=OPION.PCX ; -----ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ------ ; -----Ä Exec list ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ------ ; The execlist contains a list of files (from File list) which the ; loader should execute. ; ; [EXEC]= could also be read as: C:\> ; Everything after the filename (until a new line) will be considered as ; parameter string, therefore: ; ; [EXEC]=HELLO1.EXE parameter1 parameter2 ; is equal to: ; C:\>HELLO1.EXE parameter1 parameter2 ; [EXEC]=CS3MTSR.EXE OPION.PCX [EXEC]=OPION.EXE [EXEC]=CS3MTSR.EXE ; -----ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ------