home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / SETUP / INSTALL / FREEDOS.INI < prev    next >
INI File  |  2004-03-24  |  677b  |  30 lines

  1. [FREEDOS]
  2. // this file should be in the source directory
  3.  
  4. // default destination directory
  5. DIRECTORY=C:\FDOS
  6.  
  7. ASK=1
  8.  
  9. CFGFILE=C:\fdconfig.sys
  10. AUTOFILE=%DIRECTORY%\fdauto.bat
  11.   // ^^^ the lines above specify configuration files
  12.  
  13. POSTINSTALL=CDD %DIRECTORY%
  14. POSTINSTALL=%DIRECTORY%\postinst.bat
  15.  
  16. // installation parameters; what we should add to
  17. // fdauto.bat and fdconfig.sys files
  18.  
  19.  
  20. // we add some lines to fdconfig.sys
  21. FDCONFIG1=;for help on commands, please see %DIRECTORY%\config.sys    
  22.  
  23.   // %DIRECTORY% is a FreeDOS target directory here
  24.   // that may be changed by user
  25.  
  26. // and also some lines to fdauto.bat
  27. FDAUTO1=@set dosdir=%DIRECTORY%
  28.  
  29.  
  30.