Matt LaPlante

Results 2 comments of Matt LaPlante

Yeah no worries. The constants certainly seem useful. I'll also say I haven't validated the types on all of the values to see if uint is correct for any of...

For anyone needing a more concrete example of how to do the manual path construction, it works something like this: ``` cmd := exec.Command(os.Getenv("SystemRoot")+`\System32\cmd.exe`) args := []string{`/c`, `""C:\Program Files\echo.bat"`, `"hello...