Search results
MSX-DOS2 batch file: get filename without extension from parameter
Score: 163.87 %,
Type: Forum topic , Comments: 10 comments
echo %0
echo %1
When I enter TST FILE.TXT, I get:
TST
FILE.TXT
If I enter TST.BAT FILE.TXT, I get:
TST.BAT
FILE.TXT
It works fine for me. File extensions are present. %0 ... for No apology needed, thanks for your reply.
I use Nextor 2.1.0 with COMMAND2.COM 2.44, which I hope ...
