I want to be able to do multiple commands in e.g. Change Start Menu. Lets say I have some batch file I want to run, but before I run this batch file (*.bat) I want to set the left window to C:\ and the right to D:\.
Is it possible in Total Commander ??
Multiple "commands"
Moderators: Hacker, petermad, Stefan2, white
[face=courier]On 06-06-2003 12:07:21 +0000 TheLinker wrote:
T> I have some batch file I want to run, but before I run this batch
T> file (*.bat) I want to set the left window to C:\ and the right to
T> D:\.
In this particular case you can add this string to your batch file beginning:
start /w drive:\path\to\totalcmd.exe /O /L=C:\ /R=D:\
Should work.[/face]
T> I have some batch file I want to run, but before I run this batch
T> file (*.bat) I want to set the left window to C:\ and the right to
T> D:\.
In this particular case you can add this string to your batch file beginning:
start /w drive:\path\to\totalcmd.exe /O /L=C:\ /R=D:\
Should work.[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
[face=courier]On 06-06-2003 13:41:02 +0000 TheLinker wrote:
T> Yes, this worked 100%
Yep, one of that rare cases then you can feel the slight fragrant scent of some kind of automatization here... %)
- What kind of knight are you?!
- One of a kind! © Shrek[/face]
T> Yes, this worked 100%
Yep, one of that rare cases then you can feel the slight fragrant scent of some kind of automatization here... %)
- What kind of knight are you?!
- One of a kind! © Shrek[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]