根本就不需要用到runtc.exe这个执行文件
只要创建一个TOTALCMD.EXE快捷方式
然后修改快捷方式目标这一项里面的参数就行了
比如我的安装目录是D:\Program Files\TotalCmd\
快捷方式里面的目标这一项的设置为
"D:\Program Files\TotalCmd\TOTALCMD.EXE" /I=".\wincmd.ini"
/F=".\wcx_ftp.ini"
这样执行这个快捷方式就可以制定配置文件在TC安装目录了
另外在这里还有其他参数可以设置
具体可以参考帮助文件的以下一段
Command line parameterS
Total Commander can be called with one or two directories as
command line parameters. This will set these directories in one or
both of the file windows. This allows you to create multiple icons
for Total Commander in progman or the start menu, which start Total
Commander in different directories or even with packed files.
Furthermore a different ini file than the default wincmd.ini can be
specified to allow multiple users on the same machine to have
different settings in Total Commander.
Syntax:
totalcmd.exe [/o] [/n] [Drive1:\Directory1 [Drive2:\Directory2]]
[/i=name.ini] [/f=ftpname.ini]
or:
totalcmd.exe [/o] [/n] [/L=Drive1:\Directory1]
[/R=Drive2:\Directory2] [/i=name.ini] [/f=ftpname.ini]
Parameters:
Drive:\Directory
Loads the first directory passed to Total Commander into the left
window, and the second into the right window. Directory names
containing spaces must be put in double quotes! Always specify the
full path name including the drive!
/O
If Total Commander is already running, activate it and pass the
path(s) in the command line to that instance (overrides the
settings in the configuration dialog to have multiple
windows)
/N
Opens in any case a new Total Commander window (overrides the
settings in the configuration dialog to allow only one copy of
Total Commander at a time)
/L=
Set path in left window
/R=
Set path right window
/S
Interprets the passed dirs as source/target instead of left/right
(for usage with /O). For example, a dir passed with /R= will be
interpreted as the target dir.
/T
Opens the passed dir(s) in new tab(s) (for usage with /O)
/i=name.ini
Use a different INI file name.ini instead of wincmd.ini to save
settings (see also: INI file description).
/F=ftpname.ini Use a different INI file name.ini
instead of wcx_ftp.ini to save settings for built-in FTP
client.
/d= Delays the start of Total Commander by
seconds (meant for the startup folder, if there are problems with
other programs, which start at the same time)
/INSTALLDRIVER (Windows NT/2000 only) Install
parallel port driver - only needed if you want to use the parallel
port connection as a normal user and not as an administrator. Needs
to be run as an administrator.
/REMOVEDRIVER (Windows NT/2000
only) Removes the driver installed with the switch
/INSTALLDRIVER
The switches are NOT case sensitive.
Examples:
totalcmd.exe c:\windows left window is loaded with c:\windows
totalcmd.exe d:\data
c:\programs
left: d:\data, right: c:\programs
totalcmd.exe /R=d:\data right window: d:\data
totalcmd.exe "d:\Letters to Mr. Smith" left: long
name -> in double quotes!
totalcmd.exe /R="d:\Letters from
Miller"
right window loaded with long name
totalcmd.exe c:\data\backup.zip opens backup.zip in the left
window
totalcmd.exe /I=Miller.ini /F=MFtp.ini use
Miller.ini instead of wincmd.ini for all settings, and MFtp.ini for
FTP
totalcmd.exe /O /L=c:/R="d:\doc"
Activate already running Total Commander and set the left path to
c:\, and the right path to d:\doc
totalcmd.exe /O /S
/R=c:\somepath
Open c:\somepath in the current TARGET panel of the running
program. Explanation: /S causes Total Commander to read /L as
source and /R as target directory instead of left and right.
totalcmd.exe /O /T
/L=c:\somepath
Open a new directory tab on the left side of the already running
Total commander with c:\somepath in it.
|