Wcmd:
- Problem with accentuated letters.
likely because we don't set the console codepage correctly
- "copy con test.txt" says "access denied" but "type con >test.txt"
works.
that's stranger. could someone test whether CopyFile("CON", "afile", FALSE); works or not same for CopyFile("$CONIN", "afile", FALSE); (when run from a console of course)
Winhelp:
- Doesnt start without parameter.
- Exits with code 2 with valid help file as parameter (no windows is
displayed at all)
cmdline parsing should be buggy... did you use tabs in the command line ? A+