Jump to content

Silent version of Windows Commander?


xtentic

Recommended Posts


Hi xtentic,

Windows Commander is the old name for this program. It's now called Total Commander and it's alreay at version 6.53

You could't try to modify the INSTALL.INF modify some entries under [auto] (see example below')

[auto]
auto=1
lang=4 (your language, 4 is Dutch)
alllang=1
iniloc=C:\totalcmd
iniall=1
mkgroup=1
mkdesktop=1

[Languages]
Count=15
Default=1
1=English
2=Deutsch (German),d
3=Français (French),f
4=Nederlands (Dutch),n
5=Dansk (Danish),k
6=Norsk (Norwegian),o
7=Italiano (Italian),i
8=Svenska (Swedish),s
9=Español (Spanish),e
10=Èeský (Czech),z
11=Polski (Polish),p
12=Magyar (Hungarian),h
13=Slovenský (Slovak),y
14=Slovenski (Slovene),l
15=Korean,r

To get the INF, extract it from the original installer.

To register your copy of Total Commander just copy the register key to the install directory.

I use this code in a totalkey.cmd witch runs from my RunOnceEx

cmdow @ /HID
@echo off

copy %systemdrive%\Install\Tools\TotalCommander\Wincmd.key "%systemdrive%\totalcmd\"

EXIT

RunOnceEx entries:

REG ADD %KEY%\030 /VE /D "Total Commander 6.53" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Tools\TotalCommander\Install.exe" /f
REG ADD %KEY%\030 /V 2 /D "taskkill /F /IM explorer.exe" /f
REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\Tools\TotalCommander\totalkey.cmd" /f

Hope this helps :thumbup

Edited by Smurf22
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...