By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!> JP Software Forums" ; "odyssey wrote:
> | The helpfile says "A toolbar button can either open a new tab...",
> | but i'm unable to make tc create new tabs this way. Instead the
> | buttons open up cmd.exe windows.
> |
> | What went wrong?
>
> Firstly, do you mean windows, or did you mean tabs? I noticed that help
> topic "toolbardlg.htm" uses "window" in many places where "tab" should be
> used.
> The helpfile says "A toolbar button can either open a new tab...", but
> i'm unable to make tc create new tabs this way. Instead the buttons open
> up cmd.exe windows.
>
> What went wrong?
I mean exactly what I wrote. I want to launch a console application (by referring to a bat file that launches it) IN A TAB, and reading the helpfile isn't of much help, since it claims that tabs will be launched. Reading further:odyssey wrote:
| The helpfile says "A toolbar button can either open a new tab...",
| but i'm unable to make tc create new tabs this way. Instead the
| buttons open up cmd.exe windows.
|
| What went wrong?
Firstly, do you mean windows, or did you mean tabs? I noticed that help
topic "toolbardlg.ht" uses "window" in many places where "tab" should be
used. Regardless, the description of "command" tells you that the command
should explicitly specify the program to be run in the new tab. Did you
specify TCC.EXE?
--
HTH, Steve
WOW, wait a second, no more mentioning how to launch it in a tab???? It wans't mentioned that it will launch in a window now! And why the heck would I ever WANT it to launch in a window, when I use TC??? I can use windows shortcuts to do that.In the Command field, you can enter either the command to be started in a new window ("Start a new window")...
> I have a problem with the phrase "tab window". Tabs and windows are not the
> same. For each instance of TCMD there is only one visible window,
> regardless
> of how many tabs are open in that window, or how many of the objects that
> Microsoft calls "window" TCMD must deal with to run the display.
>
> Quote:
> I mean exactly what I wrote. I want to launch a console application (by
> referring to a bat file that launches it) IN A TAB, and reading the
> helpfile isn't of much help, since it claims that tabs will be launched.
> Reading further:
> WOW, wait a second, no more mentioning how to launch it in a tab???? It
> wans't mentioned that it will launch in a window now! And why the heck
> would I ever WANT it to launch in a window, when I use TC??? I can use
> windows shortcuts to do that.
> Another related thing: I'm almost sure that I was able to launch a few
> tabs with my application on startup once, but now I'm not anymore?
> ....or maybe that was with the older TC i downloaded...?
> ...OMFG, WHEN WILL YOU STOP THE ANTISPAM PROCEDURES????? THEY ARE
> REAAAAAAALLLLYYY ANNOYING!!!!!
> I'm annoyed by your anti-spam procedures... First of all registering:
> 1 Enter content of a scrabled image
> 2 Enter a verification text
> 3 Activate a mail
> AND!
> 4 Wait for moderator to accept registration
>
> Most places uses 1 and 3 which seem to work pretty good, but there's NO reason to use *all* possible anti-spam methods!
> Okay, so where can I register .bat files to launch with TC? They
> appearently don't have an "Open with" option as other filetypes. Also,
> why is this even nessesary, since it wasn't in TCI 2?
>
> I'm annoyed by your anti-spam procedures... First of all registering:
> 1 Enter content of a scrabled image
> 2 Enter a verification text
> 3 Activate a mail
> AND!
> 4 Wait for moderator to accept registration
>
> Most places uses 1 and 3 which seem to work pretty good, but there's NO
> reason to use *all* possible anti-spam methods!
> The worst of all, I just got in one of my initial posts where I quoted
> something that contained "htm", which the spam-engine detected as a
> webpage and disallowed me to post it before I had made at least 5 posts!
> It's rediculous!!!!
Okay, so where can I register .bat files to launch with TC? They appearently don't have an "Open with" option as other filetypes. Also, why is this even nessesary, since it wasn't in TCI 2?
> appearently don't have an "Open with" option as other filetypes.> ---Quote (Originally by odyssey)---
> Okay, so where can I register .bat files to launch with TC? They
> ---End Quote---
> What about my question?
Sorry, I missed that...It's already been answered -- either configure Windows by running
TCCBATCH, or set the COMSPEC option in the "Configure Take Command /
Tabs" dialog.
(It probably worked in TCI because you'd set the COMSPEC option there.)
> buttons or startup tabs to launch as tabs instead of windows.> ---Quote (Originally by rconn)---
> It's already been answered -- either configure Windows by running
> TCCBATCH, or set the COMSPEC option in the "Configure Take Command /
> Tabs" dialog.
> ---End Quote---
> Sorry, I missed that...
>
> Now it opens up as a TC window, I still can't get eigher my
>I'm trying to create startup tabs that will launch my cli application in TABS! Also, i'm trying to create buttons that will launch the same cli application IN TABS.
>
>Title: RB0
>Command: "C:\Documents and Settings\hewi\My Documents\Instanser-bin\RB0.bat"
>
>All other fields empty.
> i need to launch a bat-file, because my cli application won't run unless it's executed from within it's own directory.
> your post is useless - it doesn't explain how i open it in TABS...
i need to launch a bat-file, because my cli application won't run unless it's executed from within it's own directory.
your post is useless - it doesn't explain how i open it in TABS...
> i need to launch a bat-file, because my cli application won't run unless it's executed from within it's own directory.
I clicked Options \ Configure Tab Toolbar...
I selected an empty tool box.
I set the button label to "Test"
I selected "Send to the current tab"
I put the next line into the Command box, including all quotes just as-is.
"start /tab %comspec% /c d:\test.bat" enter
Oh yeah, it's almost not buggy... It strips quotes and disregards if the path contains spaces, which ultimatively results in error.You don't need a batch file for that; Take Command lets you specify the
startup directory for an app.
> I have a problem with the phrase "tab window".
>| This is off-topic, but this makes me think of Google Chrome --
>| specifically, how does its design fit into your tabs/windows
>| distinction? :-)
>
>No idea what Google Chrome is. I use Firefox as my browser, wherein there
>is a strict dichotomy of tabs and windows.