home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-05-27 | 1.5 KB | 40 lines |
- ;SmilerShell Initialization File
- ;Note that you can comment out with a semicolon
- ;Parameters with ;* are only read at startup
-
- [SmilerShell Params]
- AliasesCaseSens=TRUE ;are SmilerShell aliases case-sensitive?
- confirmexit=TRUE ;SmilerShell asks if you really want to quit
- DOSinWindow=TRUE ;run DOS cmds fullscreen or in a window?
- overtype=FALSE ;command line starts in insert or overtype mode?
- restoretime=1000 ;millisecs to pause before trying to regain focus
- scandrives=c ;Which drives DC cmd should be aware of
- showclock=TRUE ;show clock in title bar?
- showdir=TRUE ;show current dir in title bar?
- showinactives=TRUE ;see results of DOS cmds you ran?
- showmenu=TRUE ;show the menu bar?
- showresources=TRUE ;show system resources in menu bar?
- ;startupDCscan=TRUE ;*scan for DC info every time you start?
- ;timeformat=24 ;clock uses 12 hour (am/pm) or 24 hour format?
- titlebar=TRUE ;*display the title bar?
- topmost=FALSE ;always on top of other windows?
- winwidth=PREV ;*initial width (4-600 is good), or PREV for prev setup
- ;dirfile=myDCfile.dir ;*DC info file (drive+path+filename ok)
- ;cmdfile=myCmdStk.stk ;*cmds to be preloaded (drive+path+filename ok)
- ;cmdstack=dir \;type \autoexec.bat;copy \config.sys junk.tmp
- ;ini file cmdstack= overrides cmdfile=
-
- [SmilerShell Aliases]
- s = sol
- ;test1 = sol
- (f2) = type \autoexec.bat
- (F5)= sol
- d = dir
- (F12)=notepad \config.sys
-
- [SmilerShell Apps]
- 1=notepad \autoexec.bat,Notepad AutoExec,TRUE
- 2=sol,Solitaire,TRUE
- 3=chkdsk,Check Disk,TRUE
- 4=write,WinWrite any file,FALSE
-