Hi there,
I am interested into opening a admin share in total commander from some script or command. Why I am asking about something like this and what is the purpose.
I am using mRemoteNG and its External Tools (Apps) where I have set tool for access admin share in Windows Explorer, it looks like:
Filename: cmd
Arguments: /c start "toto" "\\%Hostname%\d$"
Do you know if it is possible setup something like this for Total Commander?
Thanks
Command to "open TC and connect a share" ?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2016-04-20, 17:44 UTC
Hi and welcome!
You want to execute a command line / DOS-Box command from TC?
That is possible, just search the forum for 'cmd button' or 'usercmd.ini'
Here are some collected information about that issue:
How to create an button in the button bar
http://ghisler.ch/board/viewtopic.php?p=287965#287965
Just use your command:
Filename=CMD: cmd /c
Arguments=PARAM: start "toto" "\\%Hostname%\d$"
TCs' user commands (em_xxxxx) 'usercmd.ini'
http://ghisler.ch/board/viewtopic.php?p=291895#291895
How to find and use TCs' internal command
http://ghisler.ch/board/viewtopic.php?p=289931#289931
If you need more specific help, just ask 24/7.
You want to execute a command line / DOS-Box command from TC?
That is possible, just search the forum for 'cmd button' or 'usercmd.ini'
Here are some collected information about that issue:
How to create an button in the button bar
http://ghisler.ch/board/viewtopic.php?p=287965#287965
Just use your command:
Filename=CMD: cmd /c
Arguments=PARAM: start "toto" "\\%Hostname%\d$"
TCs' user commands (em_xxxxx) 'usercmd.ini'
http://ghisler.ch/board/viewtopic.php?p=291895#291895
How to find and use TCs' internal command
http://ghisler.ch/board/viewtopic.php?p=289931#289931
If you need more specific help, just ask 24/7.
- sqa_wizard
- Power Member
- Posts: 3896
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
-
- Junior Member
- Posts: 2
- Joined: 2016-04-20, 17:44 UTC