Multiple "commands"

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
TheLinker
Junior Member
Junior Member
Posts: 2
Joined: 2003-06-06, 10:01 UTC

Multiple "commands"

Post by *TheLinker »

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 ??
User avatar
norfie
Power Member
Power Member
Posts: 1194
Joined: 2003-02-18, 14:18 UTC

Post by *norfie »

Last edited by norfie on 2004-09-10, 20:40 UTC, edited 1 time in total.
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[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]
TheLinker
Junior Member
Junior Member
Posts: 2
Joined: 2003-06-06, 10:01 UTC

Post by *TheLinker »

Black Dog wrote: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.
Yes, this worked 100%... thanks alot... :)
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[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! &copy Shrek[/face]
Post Reply