- Mar
- 11
- 1
I have use follow Construct in Script and i am wonder over the Result.
MD C:\TestDir
CDD C:\TestDir
SET Var=(Teststring)
ECHO %Var >"%TEMP%\Test.dat"
TCC: (Sys) the System cant found this Path
"C:\TestDir\%TEMP%\Test.dat"
Variables Resolution is in this Restline deactivated !
The Effect is only when i use quotes in Filenames.
MD C:\TestDir
CDD C:\TestDir
SET Var=(Teststring)
ECHO %Var >"%TEMP%\Test.dat"
TCC: (Sys) the System cant found this Path
"C:\TestDir\%TEMP%\Test.dat"
Variables Resolution is in this Restline deactivated !
The Effect is only when i use quotes in Filenames.