- May
- 1
- 0
Hi,
Here is a list of compatibility issues with cmd.exe that I'm facing.
This is on Windows 7, locale is 40c (French/France).
echo %TIME%
cmd.exe: 3:52:08,99
tcc.exe: 03:52:08.99
- decimal separator
- padding
time /T
cmd.exe: 03:52
tcc.exe: 03:52:08
- seconds
ver
cmd.exe: Microsoft Windows [version 6.1.7601]
tcc.exe: TCC LE 12,10,65 Windows 7 [Version 6,1,7601]
- decimal separator should not be used there
Labels
Exemple: http://cpansearch.perl.org/src/DOLMEN/Win32-App-which-1.01/bin/which.cmd
cmd.exe: ok
tcc.exe: fails to go to VisitPATH
dolmen.
Here is a list of compatibility issues with cmd.exe that I'm facing.
This is on Windows 7, locale is 40c (French/France).
echo %TIME%
cmd.exe: 3:52:08,99
tcc.exe: 03:52:08.99
- decimal separator
- padding
time /T
cmd.exe: 03:52
tcc.exe: 03:52:08
- seconds
ver
cmd.exe: Microsoft Windows [version 6.1.7601]
tcc.exe: TCC LE 12,10,65 Windows 7 [Version 6,1,7601]
- decimal separator should not be used there
Labels
Exemple: http://cpansearch.perl.org/src/DOLMEN/Win32-App-which-1.01/bin/which.cmd
cmd.exe: ok
tcc.exe: fails to go to VisitPATH
dolmen.