How to make Total Commander execute a command?
Allows to create any Total Commander plugins using .NET languages
Status: Beta
Brought to you by:
olegy-293
I apologize.
I'm a beginner in programming ..
Could you tell me how to solve this problem
string file = @"C:\Program Files (x86)\Total\Totalcmd.exe"; Process.Start(file,@"OPENTABS \\Server\Total\tab_1_вклд.tab");
C#
How to make that:
- Total Commander opened
- Total Commander executed the command?
For example "OPENTABS"
The code does not work.
How to make it work?
You need to override method ExecuteCommand in your plugin. Something like this: