in reply to Win32 child process exit values

For WinNT's command.exe, I was able to get a *.bat execution to return a "failed" exit status via: goto non_existant_label_name_here 2>nul and was not able to find any way to get a Win9x cmd *.bat execution to return a "failed" exit status.

        - tye (but my friends call me "Tye")