English support forum
Moderators: Hacker, petermad, Stefan2, white
-
MaxX
- Power Member

- Posts: 1196
- Joined: 2012-03-23, 18:15 UTC
- Location: UA
Post
by *MaxX »
I need to view html files via TC's Lister.
Trying this
"%COMMANDER_EXE%" /S=L:AT5C1250 "%temp%\file.htm"
I only get an error.
What's wrong?
-
Horst.Epp
- Power Member

- Posts: 7025
- Joined: 2003-02-06, 17:36 UTC
- Location: Germany
Post
by *Horst.Epp »
%COMMANDER_EXE% is only defined while TC is running.
But then you would not need such a command line.
-
MaxX
- Power Member

- Posts: 1196
- Joined: 2012-03-23, 18:15 UTC
- Location: UA
Post
by *MaxX »
2Horst.Epp
it will be used for external .cmd for launching from TC
-
Horst.Epp
- Power Member

- Posts: 7025
- Joined: 2003-02-06, 17:36 UTC
- Location: Germany
Post
by *Horst.Epp »
What is the error message you get ?
-
MaxX
- Power Member

- Posts: 1196
- Joined: 2012-03-23, 18:15 UTC
- Location: UA
Post
by *MaxX »
Horst.Epp wrote:You have TS
I have "five". I checked this.
-
Horst.Epp
- Power Member

- Posts: 7025
- Joined: 2003-02-06, 17:36 UTC
- Location: Germany
Post
by *Horst.Epp »
MaxX wrote:Horst.Epp wrote:You have TS
I have "five". I checked this.
That was an reading error on my side. I was correcting it and asked a question while your already catched it.
-
MaxX
- Power Member

- Posts: 1196
- Joined: 2012-03-23, 18:15 UTC
- Location: UA
Post
by *MaxX »
Strange, but now in such a construction
@"%COMMANDER_EXE%" /S=L:AT5C1250 "%temp%\file.htm"
it works fine now.