home *** CD-ROM | disk | FTP | other *** search
- ; //AUTORUN.GIT - data file for AUTORUN.EXE//
- ; //Place both files in the CD-ROM root directory with AUTORUN.INF//
- ; //Source code(c)1995 by gbamber@mistral.co.uk //
- ; //Freely distributable//
-
- [DEFAULT]
- ; //There are 5 keywords in one section//
-
- ; // 1)
- ; //prepend the full path, or just the drive before SETUP and APP?//
- OnlyPassDrive=no
-
-
-
- ; // 2)
- ; //If you want, you can put a relative path in these entries//
- ; //otherwise the current drive/directory is assumed//
- ; // e.g. APP_TO_RUN=\subdir\myapp.exe
- ; //Note: BOTH files have to be present on the CD-ROM//
- APP_TO_RUN=\acdsee95\acdsee95.exe
-
-
-
- ; // 3)
- ; //If your app takes no parameters, then set this to =no//
- ; //A relative path is OK. e.g. APP_PARAMETERS=\subdir\motive.hyp /C
- ; //e.g. If CD-ROM drive is D: then the commandline would be expanded to:
- ; // D:\SUBDIR\MYAPP.EXE D:\SUBDIR\MOTIVE.HYP /C
-
- APP_PARAMETERS=no
-
-
- ; // 4)
- ; //If you want the current path inserted before APP_PARAMETERS then set this to yes//
- ; //If OnlyPassDrive=yes, then only the drive root directory is prepended//
- ; //Ignored if APP_PARAMETERS=no //
-
- ParameterPrependPath=yes
-
-
- ; // 5)
- ; //This must be the same as DateFile= entry in SETUP.INI//
- ; //If this file is absent in the \SYSTEM directory, then APP_SETUP is run//
- ; //If this file is present in the \SYSTEM directory, then APP_TO_RUN is run//
- ; //Your installer should copy/create this file, and the Uninstaller delete it//
-
- DATFILE=GBSETUP.DAT
-
- ; //6)
- ; //If this parameter is set to yes, then SETUP.EXE does not need
- ; //to make the DATfile at all//
- MakeDATFile=yes
-
- ; //7)
- ; //If this parameter is set to yes, then APP_TO_RUN can have a drive/path//
- ; //for instance: AbsolutePath=C:\HEXEN.BAT could be used to enable autoplay
- ; //for a DOS application like a game that runs from CD
- AbsolutePath=no
-