The behavior of GetCommandLine differs from Windows 9x to Windows XP. For example, if a user enters the command line: E: ...

The behavior of GetCommandLine differs from Windows 9x to Windows XP. For example, if a user enters the command line: E:	emp	est.exe -dm -cdrom, Windows XP's GetCommandLine() returns: test.exe -dm -cdrom. Windows 9x's GetCommandLine() returns: E:	EMP	EST.EXE -dm -cdrom. Applies to: Windows 95, Windows 98