Saved Bookmarks
| 1. |
Solve : %date% - issue on chinese computer? |
|
Answer» HI All I have few scripts where each of them every time is running is creating log. The log contain current date. It looks like: >> %Date%_files Question is: can be handled on chinese computer CORRECTLY? Scripts WORKS perfectly fine on computers in Europe but fail on computers in China. can you help? example: echo. echo.---------------------------------------- >> %Date%_files_from_exceptions_and_ready_folders.Log echo.the script has been run %date% at %time% >> %Date%_files_from_exceptions_and_ready_folders.Log echo.---------------------------------------- >> %Date%_files_from_exceptions_and_ready_folders.Log echo. this casue script to fail on chinese computer, but is Ok on my comptuer with "european date format". Do you know how to solve it? It looks like date format on chinese computers can't be changed due to other issues. Please advice. BR Michalwhat does the Chinese date format LOOK like? Please give an example. Hi Something like: 中國人 that generate problem. BR Michal |
|