WPI is awesome. I read the documentation at http://wpi.freeprohost.com/, searched for "UNC" in the forum, and looked through the first few pages of posts, but couldn't find an answer to my question. Is is possible to run an executable from a network drive (eg. "\\server\software\installs\program.exe /SILENT")? I the following in the 'config' portion of the program under cmd 1: \\server\program.exe \\\\server\\program.exe "\\server\program.exe" "\\\\server\\program.exe" Every time I try to run the installs, I get an error message saying, "could not find file \server\program.exe" The program appears to be taking off the slash at the beginning. Thanks a bunch EDIT: oops, found some topics by searching for "network". Sorry everyone!