Scrput Gives error on Some line, OK on others
I have this batch file I wrote to test whether I am online, and if the connection is any good. I've been using it for years, and it's evolved over the years to be a little more elaborate than the...
View ArticlePosition of help window cascades in v29
Every time I open (and later close) v29's help (F1) it's 10 pixels lower than and 20 pixels to the right of where it was the last time. This continues even across many instances of TCC (running or...
View Article:foldername gives strange names?
Using TCC 28 or 29, if I type "dir :a" and then press tab, it gives me for example ":AddNewPrograms" that seems it does not exist. What is my mistake? Also, on my system it seems that the ":foldername"...
View ArticleWrapped text - mouse\mark\copy\paste in a TCC console?
When I use the mouse to mark (left drag), copy (right), and paste (right) wrapped text in a TCC console, I see two difefrent behaviors. If the wrapped text was copied from a previous command line, it...
View ArticleDifference between REBOOT /P vs REBOOT /S ?
I would think that both options would log the user out and shutdown/turn off the computer.
View ArticleWindows 11
Hi, When I issue the ver/r command in Windows 11 I get: TCC LE 14.00.9 x64 Windows 10 [Version 6.3.22000] TCC LE Build 9 Windows 10 Build 22000 Can this be fixed? Gadi
View ArticleCopy to clipboard 1 to 9 via Plugin
I've taken a look at the TakeCmd.h file, and note the following; Code: /******************************************************************** * * Clipboard functions *...
View ArticleTCC LE crashes without any info after recent windows updates
TCC LE (at least versions 13 and 14) has recently started crashing / disappearing after short while, like after 5-15 minutes even when it's just idle. There is no error popup or anything, it just...
View ArticleCrash (abort) during COPY on Windows 10
Hi ! I've just downloaded TCC/LE 14.00.9 from JPSoft Website (64 bits) cause I've set up a fresh new PC with Windows 10. Had been a happy TCC/LE/Windows 7 user for a looooooooooooong time ! What...
View ArticleMulti-file renaming puzzle
Hi all. I'm trying to rename a small group of files using wildcards, but I don't seem to be having much success at getting the results I need. The group of files are named: kb67x l33brm prc base...
View ArticleTCC 29 slow switching between tab windows.
When I set up multiple TCC windows using Ctrl-t or some other method, takes much longer (2 - 3 seconds) to switch windows than on TCC 28. Is this a known behavior and will it speed up in the future?...
View ArticleTake Command crashes on Windows 11
It seems like Take Command, both v28 and the latest v29, will randomly crash. Any tabbed windows disappear/become invisible, but they can be reattached after restarting Take Command. While it seems to...
View Articlereturn code 2 from copy command
I was running a loop in a btm file to copy hundreds of files keeping track of the copy return code (%_?) --- I got a return code of 2 on a hand full of files, but it seems that the copy worked ---- as...
View ArticleMOVE /DD and maybe more
The help for MOVE, in part says: MOVE command - Move files to a new directory /DDWhen used with /S, SYNC will delete any empty subdirectories
View ArticleDebugger stopping after returning from called batch file
I have been using TC for about 4 years now and when I first started using it the debugger would only stop o breakpoints if you used the run until return command. Now it stops if a batch file is called...
View Articlefor /l .....
The following line: Code: [CODE] cdd c:\backup for /l %n in (1,1,100) for /a:-d /r %fn in (*) if not isfile "\ZZZ_Backup\%@upper[%@ext["%fn"]]_%@format[03,%n]\%fn" move /a: /dd /e /h /md /mda "%fn"...
View ArticleRegEx and ChatGPT (via Bing Chat)
I never really understood how to use RegEx, but saw others using it to make their code filtering stronger. I asked ChatGPT (via Bing Chat) to provide me with a RegEx to show me if a line begins with...
View Article[9492:ShellIpcClient] ipc_socket_win.cc:162:Connect CreateFile on pipe failed:
TCC 29.00.17 x64 Windows 10 [Version 10.0.19044.2604] Copyright 2022 JP Software Inc. All Rights Reserved Registered . . . . . Click to expand... Shortly after starting the initial (usually)...
View ArticleHow to change file dates
Hi I need to write a batch file by which I can change the file date of certain files (docs, jpgs etc.etc.) What commands / functions / variables would I use and how? Thanks a lot in advance Hansueli Hof
View ArticleWelcomeScan.jpg
Code: C:\Backup\A1\B1\C1\D1>icacls WelcomeScan.jpg WelcomeScan.jpg NT SERVICE\TrustedInstaller:(F) BUILTIN\Administrators:(RX) NT AUTHORITY\SYSTEM:(RX) BUILTIN\Users:(RX) APPLICATION PACKAGE...
View Article