poweradminllc / PAExec

Remote execution, like PsExec
523 stars 177 forks source link

Fix for parsing of -i 0 #8

Closed transistor1 closed 7 years ago

transistor1 commented 9 years ago

This is a kludge for https://github.com/poweradminllc/PAExec/issues/5... the wtodw() command sees ' ' and '0' both as 0, so the correct solution is probably to fix that, but I don't know if that will affect anything else in the program, so I just check for a literal 0 as an argument.

poweradminllc commented 7 years ago

Thanks @transistor1 !