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 deleyd

  1. deleyd

    Fixed Behavior different than CMD

    I have Take Command v18.0 When I run the following batch file: set start_year=2015 set end_year=2016 echo start_year=%start_year% echo end_year=%end_year% set FISC=FY%start_year:~-2%-%end_year:~-2% echo FISC=%FISC% the result is: FISC=FY- When I run it under Windows CMD the result is...
  2. deleyd

    How to? Alias in TCMD.INI file?

    Perfect that's exactly what I needed. TCSTART.BTM I set the path to my TCSTART.BTM file in Options -> Configure TCC -> Startup (tab), created my TCSTART.BTM file with a line to define my alias, and it worked! Nice!
  3. deleyd

    How to? Alias in TCMD.INI file?

    Any examples of defining an alias in TCMD.INI file? (Can that be done?)
  4. deleyd

    hex dump?

    Is there a DOS command that will do a hex dump of a file? Something like Take Command's LIST /X for people who don't have Take Command?
  5. deleyd

    How does TCC search for a command?

    That was it! Thank you.
  6. deleyd

    How does TCC search for a command?

    I enter 'devenv' and TCC brings up Visual Studio 2008. But the location of 'devenv' isn't in the Path environment variable, and it doesn't work if I bring up a 'cmd' prompt. How does TCC know where to look to find 'devenv'?
  7. deleyd

    command that launches batch file running TCMD?

    Brilliant! All I need to do is rename the file from .BAT to .BTM . I'll give that a try.
  8. deleyd

    command that launches batch file running TCMD?

    OK I'm no expert at Take Command probably didn't ask the question right, so here's an example: If I go to START -> ALL PROGRAMS -> ACCESSORIES -> COMMAND PROMPT, and enter the command: >COPY X.TXT Y.TXT it replies, "1 file(s) copied." If instead I start up the TC command prompt with the black...
  9. deleyd

    command that launches batch file running TCMD?

    what would a DOS command be that says run this batch file using TCMD (instead of running using whatever the default is that's not TCMD)?
  10. deleyd

    Speed up startup of TCMD?

    OPTIONS -> CONFIGURE TCC -> COMMAND LINE(tab) -> History File, field is blank. I searched C drive for TCSTART, no hits.
  11. deleyd

    Speed up startup of TCMD?

    Is there a way to speed up the startup of TCMD.exe? It takes like 5 seconds to come up.
  12. deleyd

    Need example of @COMPARE

    I need a working example of how to use @COMPARE. I can not decipher the cryptic syntax. Then wrap it in an IF statement so I see the structure. Say I have files test1.exe and test2.exe, and I want to print out a message if they match or not.
  13. deleyd

    Commands to launch Control Panel items?

    Found some more links Found some more links: Windows XP Run Commands and Shortcuts http://foliovision.com/seo-tools/computers/windows/xp-run-commands/ New Run Commands in Windows Vista http://www.winvistaclub.com/f14.html List of Rundll32 shortcut commands for Windows Vista...
  14. deleyd

    Commands to launch Control Panel items?

    Found list of 156 Useful Run Commands Here's a list of 156 Useful Run Commands: http://mypchell.com/content/view/69/1/
  15. deleyd

    Commands to launch Control Panel items?

    Yes thank you. Are there other *.msc commands?
Back
Top