When I run the following command in a batch file or at the command prompt
dir /X
The dates are formatted as:
06/08/2018 05:23 AM 3,472 Export837_PVKENT_I_06082018.c5
If run in the debugger I get:
6/08/2018 5:23 3,472 Export837_PVKENT_I_06082018.c5
This is a problem because the batch files I am running run a program that takes a text file created by doing a dir command and parses the output.
Is there any way to get the dir command to work as it does in a regulkar batch file?
Changing the syntax does not help
dir /X
The dates are formatted as:
06/08/2018 05:23 AM 3,472 Export837_PVKENT_I_06082018.c5
If run in the debugger I get:
6/08/2018 5:23 3,472 Export837_PVKENT_I_06082018.c5
This is a problem because the batch files I am running run a program that takes a text file created by doing a dir command and parses the output.
Is there any way to get the dir command to work as it does in a regulkar batch file?
Changing the syntax does not help