In a batch process which calls an executable, you may need to prevent this executable from being launched more than once if the batch is restarted. It is then interesting to wait for the end of the process or to...
If in a Batch file you have variables that contain accents, the system will not display them due to encoding. Using UTF-8 or ANSI will not solve the problem. So: set myFolder="c:\Pêche" Will display : To solve this...
RSS | Informations |