Hello all!
I use Version TCC LE 14.00.9 x64 Windows 10 [Version 6.3.22631] (no problems with the 32bit version!)
OS is 64bit
Edition Windows 11 Enterprise
Version 23H2
Installed on 2024-04-18
OS build 22631.3593
Experience Windows Feature Experience Pack 1000.22700.1003.0...
setlocal
rem TCC 23.00.25 x64 Windows 10 [Version 10.0.17134.471]
ver
set CurDir=C:\tmp\cwd
if not isdir %[CurDir] md %[CurDir]
set LogDir=C:\tmp\zip
if not isdir %[LogDir] md %[LogDir]
cdd %[CurDir]
del %[LogDir]\test.zip %[LogDir]\*.txt
echo Test1 >%[LogDir]\Test1.txt
echo Test2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.