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 dirkruys

  1. dirkruys

    Batch file parameters not expanded

    I just installed the full version and guess what .. [C:\Program Files\JPSoft\TCMD16x64]c:\Temp\xyz.bat myname A TEST myname C:\Program Files\JPSoft\TCMD16x64]ver TCC 16.03.55 x64 Windows 7 [Version 6.1.7601] There it works .. as opposed to the LE version [C:\Program...
  2. dirkruys

    Batch file parameters not expanded

    Hi Charles, Actually, when I run C:\Path\xyz.bat myname .. the result is the same [C:\Program Files\JPSoft\TCCLE13x64]c:\Temp\xyz.bat myname A TEST %1
  3. dirkruys

    Batch file parameters not expanded

    Hi Charles, [D:\Util]setdos ANSI=0 COMPOUND=& DESCRIPTIONS=1 (DESCRIPT.ION) ESCAPE=^ EVAL=0,10 EXPANSION=0 MODE=0 NOCLOBBER=0 PARAMETERS=$ CURSOR OVERSTRIKE=15 CURSOR INSERT=100 VERBOSE=1
  4. dirkruys

    Batch file parameters not expanded

    Hi, I'm baffled .. I have a xyz.bat file: @ECHO OFF ECHO A Test %1 I execute it from TCC/LE: xyz myname And the result is A Test %1 Why isn't the %1 not expanded to (in this case) myname Thanks, Dirk
Back
Top