home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / smishl20.zip / SAMPLE.INI < prev    next >
INI File  |  1994-02-15  |  1KB  |  33 lines

  1. ;SmilerShell Initialization File
  2. ;Note that you can comment out with a semicolon
  3.  
  4. [SmilerShell Params]
  5. AliasesCaseSens=TRUE    ;are SmilerShell aliases case-sensitive?
  6. confirmexit=TRUE    ;SmilerShell asks if you really want to quit
  7. DOSinWindow=TRUE    ;run DOS cmds fullscreen or in a window?
  8. overtype=FALSE        ;command line starts in insert or overtype mode?
  9. restoretime=1000    ;millisecs to pause before trying to regain focus
  10. scandrives=c        ;Which drives DC cmd should be aware of
  11. showclock=TRUE        ;show clock in title bar?
  12. showdir=TRUE        ;show current dir in title bar?
  13. showinactives=TRUE    ;see results of DOS cmds you ran?
  14. showmenu=TRUE        ;show the menu bar?
  15. showresources=TRUE    ;show system resources in menu bar?
  16. ;startupDCscan=TRUE    ;scan for DC info every time you start?
  17. ;timeformat=24        ;clock uses 12 hour (am/pm) or 24 hour format?
  18. titlebar=TRUE        ;display the title bar?
  19. topmost=TRUE        ;always on top of other windows?
  20. winwidth=PREV        ;initial width (4-600 is good), or PREV for prev setup
  21. ;dirfile=myDCfile.dir    ;DC info file (drive/path ok)
  22. ;cmdfile=myCmdStk.stk    ;cmds to be preloaded from file (drive/path ok)
  23. ;cmdstack=dir \;type \autoexec.bat;copy \config.sys junk.tmp
  24.             ;ini file cmdstack= overrides cmdfile=
  25.  
  26. [SmilerShell Aliases]
  27. s = sol
  28. ;test1 = sol
  29. (f2) = type \autoexec.bat
  30.  (F5)= sol
  31.  d = dir
  32. (F12)=notepad \config.sys
  33.