Hacker News new | past | comments | ask | show | jobs | submit login

You can set the full command line on windows independently from the program path using the standard Win32 CreateProcess(Ex) functions. This includes the part that ends up in argv[0] with your usual C runtime (Windows itself only provides a string and leaves it up to the program to split into arguments which may or may not use the standard CommandLineToArgv* functions - the standard C runtime doesn't and has slightly different escaping rules).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: