I'm having a problem with a scheduled ".bat" job doing a data export from a database.
The task is launched using the Windows Task Scheduler.
If I launch the task with the option "run only when user is logged on", the export is done with the correct locale (decimal separator ".")
instead, if I launch the task with the option "run whether the user is logged on or not", the export is done with another regional configuration (decimal separator ",")
Any idea what could be happening?