home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / Slunec / app / ppww32.exe / w32setup.txt < prev    next >
Text File  |  2001-03-30  |  2KB  |  39 lines

  1. ;----------------------------------------------------------------------------
  2. ;
  3. ;    MODULE NAME:   W32SETUP.TXT
  4. ;
  5. ;        $Author:   USER "Dennis"  $
  6. ;      $Revision:   1.0  $
  7. ;          $Date:   30 Mar 2001 18:05:38  $
  8. ;       $Logfile:   C:/DBAREIS/Projects.PVCS/MultiOs/PPWIZARD/w32setup.txt.pvcs  $
  9. ;
  10. ;    DESCRIPTION:   Setup looks at this file to decide how to install.
  11. ;
  12. ;                   PPWIZARD installation sets up the defaults, you can
  13. ;                   change this file if required.
  14. ;
  15. ;                   =======================================================
  16. ;                   ALL BLANK LINES AND LINES STARTING WITH ";" ARE IGNORED
  17. ;                   =======================================================
  18. ;
  19. ;----------------------------------------------------------------------------
  20.  
  21. ;--- Do any setup? (set to 'N' for none) ------------------------------------
  22. DoSetup = 'Y';
  23.  
  24. ;--- Debug setup?  (set to 'Y' for yes) -------------------------------------
  25. DebugSu = 'N';
  26.  
  27. ;--- Editor Command line (choose a fast loading editor) ---------------------
  28. ;MyEditor = '"C:\program files\NoteTab Light\notetab.exe" "%1"'
  29. MyEditor = 'notepad.exe "%1"'
  30.  
  31. ;--- Open with TEXT EDITOR option on all file types in explorer? ------------
  32. TeOnAllObjs = 'Y'
  33.  
  34. ;--- Want open directory at command prompt options on all folders? ----------
  35. CpOnAllFolders = 'Y'
  36.  
  37. ;--- If you already have regina installed elsewhere, in what dir? -----------
  38. RexxPath = ''
  39.