Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Arjan van Gog

  1. A

    Problem with comspec in TC 10.00.76

    Visual Studio 2008. I traced the call to system("copy /b "setup.exe" tempfile.dat"); through the CRT upto the point in dospawn.c where it calls the actual Win32 API: CreateProcessStatus = CreateProcess("D:\Program Files\JPSoft\TCMD10\TCC.EXE"...
  2. A

    Problem with comspec in TC 10.00.76

    Thanks, I may use that as a workaround. I suppose I could do that but keep in mind that "Program Files' is the default root installation folder for programs on US Windows versions and is correctly used as such by TC Setup. I did not put that space in there :)
  3. A

    Problem with comspec in TC 10.00.76

    Hi, Two days ago I upgraded from TC 10.00.52 (I think) to 10.00.76. Since this upgrade I'm having the problem that the compspec variable is not parsed correctly if it contains spaces. The actual problem occurs by calling system() from my own C++ app but it can be simulated by typing the...
  4. A

    Done Using mouse to set cursor location in command prompt

    This was triggered by http://jpsoft.com/forums/showthread.php?t=964 but I've wanted this for a long time: it would be nice if you could set the cursor location at the TCC prompt using your mouse instead of only being able to use the arrow keys. I realize the command input window offers this...
  5. A

    TCMD takes very long to start up

    I second this request. My TCMD sometimes takes quite long to start whereas Take Command/32 v3.01a always loads instantly. I use a CLI for speed (vs using Windows Explorer) so having to wait even just 10 seconds is very annoying (although I've had to wait as long as 30 seconds a few times)...
  6. A

    Cannot permanently remove Tabs toolbar using View menu - bug?

    I'm amazed :eek:. Truly.
  7. A

    Cannot permanently remove Tabs toolbar using View menu - bug?

    I politely disagree, for a number of reasons. First, this is behavior based on the assumption that the end-user doesn't know what he's doing. While I'll admit that this often seems to be the case from a programmer's or helpdesk perspective, your customer base supposedly consists of technically...
  8. A

    Some little observations

    Interesting, I had just observer the reverse behavior, it always comes back if you have a toolbar button defined: http://www.jpsoft.com/forums/showthread.php?t=949
  9. A

    Inverse of CDD /t c:\ (sync TCC currdir to Folders view)?

    I'll admit I was too lazy to check whether it was Rexx with double x or Conn with double n. :o
  10. A

    Inverse of CDD /t c:\ (sync TCC currdir to Folders view)?

    Is there any disadvantage in writing it as "%_TCFOLDER\" enter Just wondering. This is how I normally change folders and drives manually. BTW Rexx if you are reading this I posted a suggestion this morning (European time) in the Suggestions area regarding Internet FTP server support for the...
  11. A

    Inverse of CDD /t c:\ (sync TCC currdir to Folders view)?

    Thanks Charles! I had looked at the Keystack Help page but having never used Keystack I didn't realize that it was really a key press emulator. I was coming from the pre-conceived notion of using escape characters inside a string to represent special characters like tab and enter. Thanks again...
  12. A

    Cannot permanently remove Tabs toolbar using View menu - bug?

    After some experiment I wanted to remove the Tabs toolbar again by unchecking View|Toolbars and menus|Tabs and when I do that it does disppear but after closing and restarting TC10 the Tabs toolbar keeps re-appearing (and Tabs is checked again in the Toolbars and menus menu). If I change the...
  13. A

    TCMD10 doesn't save options until restarted

    Build 52 fixes the transparency problem I reported, thanks. Could it be that you also changed something with regard to how changes to the other TCC options are handled? With build 51 any revised changes you made to for example the input color the second time these would not show up if you...
  14. A

    Inverse of CDD /t c:\ (sync TCC currdir to Folders view)?

    Hi, Is it possible to sync the TCC current dir/drive to the current folder in the Folders view? I tried creating a Tab Toolbar button with a command like this: (*) Send to the current tab Command: %_TCFOLDER\^n but unfortunately the ^n is not recognized so I have to let it out and hit Enter...
  15. A

    TCMD10 doesn't save options until restarted

    Did you actually watch the video? The behaviour is wacky any way you look at it. Especially the demonstrations with the transparency shows a genuine bug: The inactive transparency value spontaneously gets a value that it was never set to. It is getting mixed up with a previous active...
Back
Top