home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
026A
/
FMPRO130.ZIP
/
fm.ini
< prev
next >
Wrap
Text File
|
1997-02-10
|
2KB
|
106 lines
; Sample Configuration file for FileManager Pro
;
; All programs starting with ! is run as a minimized background task
; if in Windows95
;
;*** TextMode ***
; - ScreenHeight
; Allowed : 25,28,30,34,43,50,60
; Default : 25
ScreenH=25
; - DefaultLineSetup
; Allowed : 1 4
; Default : 2
DefaultLineSetup=2
;
;*** Colors ***
; - Allowed Keys:
; MainFG, MainBG, HeaderFG, HeaderBG, CurrentFG, CurrentBG,
; MarkedFG, MarkedBG, DirFG, DirBG, PackedFG, PackedBG,
; DriveFG, DriveBG, ExeFG, ExeBG
;
; - Allowed FG Colors:
; Black, Blue, Green, Cyan, Red, Magenta, Brown, LightGray,
; DarkGray, LightBlue, LightGreen, LightCyan, LightRed, LightMagenta,
; Yellow, White
;
; - Allowed BG Colors:
; Black, Blue, Green, Cyan, Red, Magenta, Brown, LightGray,
;
MarkedFG=LightMagenta
;
;*** Sorting Method ***
;1: NameAsc 2:NameDesc 3:ExtAsc 4:ExtDesc
;5: SizeAsc 6:SizeDesc 7:DateAsc 8:DateDesc 9:None
;Default=1
SortMethod=1
;
;*** External Editor ***
;
; Default : E.EXE
;Editor=C:\dos\fm\A\A.EXE
;AlwaysExternal=TRUE
;
;*** Packers ***
;
; RarDos, Rar95 are valid keys.
;Default is RAR both in Win95 and Dos
Rar95=!RAR95.EXE
;
;*** Definitions ***
; max. 10
DEFINE _PicView=PVE.EXE
;DEFINE _PicView=SEA.EXE
DEFINE _OwnPicView=FMGIF.EXE
DEFINE _ModPlay=C:\GUS\CP.EXE
;
;*** ExtensionManager ***
;***=All NonDefined Extensions
; No Default
JPG=FMJPG.EXE
GIF=FMGIF.EXE
BMP=FMBMP.EXE
PCX=FMPCX.EXE
FLI=FMFLI.EXE
FLC=FMFLI.EXE
EXE=PKLITE.EXE -e
S3M=FMMOD.EXE
XM =FMMOD.EXE
MOD=FMMOD.EXE
MTM=_ModPlay
MID=_ModPlay
WAV=!C:\GUS\PLAYFILE.EXE
HLP=winhelp.exe
c =rhide.exe
3DS=BCADV.EXE
;
;
;*** MenuManager ***
;
;M=Title,CommandLine + parameters
;[edit] in commandline = internal editor
; NoDefault
M=Edit AUTOEXEC.BAT,[edit]c:\autoexec.bat
M=Edit CONFIG.SYS,[edit]c:\config.sys
M=CubicPlayer,c:\gus\cp.exe
M=Run RAR.EXE,RAR.EXE
M=Run SEA.EXE,SEA.EXE
;
;*** Miscillanous ***
;Try to support LongFileNames
;Default = TRUE
;TryLFN=TRUE
;
;Number of spaces to translate a TAB into when viewing/editing files
;Default=8
TabSize=2
;
;QuickDir-definitions 1-8 allowed, use CtrlF1-F8 to activate
QuickDir1=C:\TER\TDL
QuickDir2=C:\INTERNET\IDL
;
;DebugMode=TRUE is annoying! To anyone but me (when I'm debugging...)
;
;debugmode=TRUE
; -= END OF FM.INI =-