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 cgunhouse

  1. cgunhouse

    ChatGPT Know Take Command?

    I typed in "write a batch command file in JPSoft's "Take Command", that uses the processmonitor command to monitor a process defined on the command line and print the text "Process Exited" when the process terminates." and got: @echo off :: Check if process name is provided as an argument if...
  2. cgunhouse

    Documentation @pingr Doc Error

    I just bought version 32, so I'm going through changes from version 29 (my last version) and I have come across a couple of documentation error.
  3. cgunhouse

    Documentation "Watch" Doc Error

  4. cgunhouse

    DEPUPE Crashes and Takes Out The Current TCC Session With It

    The drive I ran the original command on was: 1,277,901 Files and 389,034 Directories. Bigger than the drive you ran it on.
  5. cgunhouse

    DEPUPE Crashes and Takes Out The Current TCC Session With It

    At one time I had a slow network drive connected to my router and I would keep Images there and copy them into projects on my main drive. Eventually, external drive came down in price, increased in size and were portable, So copied the network drive's content to a 8 TB external. This drive...
  6. cgunhouse

    DEPUPE Crashes and Takes Out The Current TCC Session With It

    Sorry that should have been the "/H" switch. On a backup drive I have multiple backups of directories from multiple computers. This allows for multiple duplicate files across multiple directories, but since it is a backup a duplicate file only needs to be stored once and hard links for any...
  7. cgunhouse

    DEPUPE Crashes and Takes Out The Current TCC Session With It

    If I run: DEDUPE /S /V /H *.* A:\ DEPUPE crashes and takes out the copy of TCC that it is running on. My guess is that running "/S", on the root of a drive "A:\" and "*.*" (basically everything on the drive) will generate a very large dataset. This dataset is probably to large for DEPUPE to...
  8. cgunhouse

    How to? DO Command and "&" Characters Embedded in Filenames

    I have been trying to use the Do Command on a directory but when it hits a file with an embedded "&" in the filename, it only parses to the the "&" and stops and load the partial value into the loop variable. Is there a way to fix this, away to get the full name instead of the partial name? Thanks
  9. cgunhouse

    TCToolBar /W Issue

    I see that this is a known issue and that using a fully qualified pathname is the way to make it work, using ".\filename" didn't work for me.
  10. cgunhouse

    TCToolBar /W Issue

    The Docs says /W Save the current toolbar to the specified file. but no file was generated. Am doing something wrong? Thanks
  11. cgunhouse

    Dumping an UNQLITE Database

    Is there away to dump an UNQLITE database without using keys? Thanks
  12. cgunhouse

    SETLOCAL not working in BDEBUGGER

    I think I may have found the problem, I found a IDE.EXE in a suspended state and there are only a few reasons for that to happen. I have had a program call Process Lasso (Bitsum. Real-time CPU Optimization and Automation) running on my PCs for probable 10+ year. I have been using it mostly to...
  13. cgunhouse

    SETLOCAL not working in BDEBUGGER

    Or maybe not, the BTM program I was original testing still crashes on the SETLOCAL.
  14. cgunhouse

    SETLOCAL not working in BDEBUGGER

    I set "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MediaPath" to the same as "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MediaPathUnexpanded" which was "%SystemRoot%\Media", and it now works.
  15. cgunhouse

    SETLOCAL not working in BDEBUGGER

    Process Monitor shows the following just after executing the SETLOCAL: 1:34:52.9666881 PM IDE.EXE 23028 RegQueryKey HKCU SUCCESS Query: HandleTags, HandleTags: 0x0 1:34:52.9667141 PM IDE.EXE 23028 RegOpenKey HKCU\AppEvents\Schemes\ SUCCESS Desired Access...
Back
Top