When I run your code it returns INFO:
The first token from the FOR command, which is what I'd expect, if you arent getting that, then something else is going on.
Code2000 always looked kinda ugly to me, I think if the standard English alphabet looks bad, then the foreign language characters are probably even worse.
Ctrl-Z is a generic undo command, so that is always going to undo any Windows Explorer action: renames, moves, additions, deletes. So you are going to need a different approach, the recycle bin might contain hundreds of items deleted over weeks or months, so you first need to identify what to restor...
I stopped hosting these last year, because there was almost zero traffic, so I think everyone with an interest in these old utilities has already downloaded them. Also they are showing their age, there are no 64 bit versions and they are unsupported. For now I have put a redirect in place to the geo...
If you have a caret at the end of a line, that can have the effect of escaping the CR at the end of the line, which may have undesirable effects depending what is on the next line. It involves writing more code, but I would prefer to test for empty values and then branch to a different subroutine ac...
Whether the host shell exits will depend a lot on how you initially call the batch file. If you are running it from the command prompt, it will generally return to that prompt. If you are running it by double clicking or running a shortcut to the batch, that generally starts a new shell which will e...