I am having problems launching pwb via command line with vb. The code I am using is Process.Start("C:\Program Files (x86)\TeamSoftware Solutions\Public Web Browser V2\pwb.exe"
It starts up fine but then after clicking on a link it says url.txt was not found
then access.rtf was not found. Then a blank pwb message window opens up as if I am not allowed to go to that link.
If I start it up by just clicking on it like normal it works fine. Any suggestions? It as though launching it this way it can't find the files in the directory. Should I be using the shortcut location?
url.txt was not found, Access.rtf not found when launching
Moderators: Tyler, Scott, PWB v2 Moderator
-
- Contributor
- Posts: 31
- Joined: Fri Jan 28, 2011 9:23 am
Re: url.txt was not found, Access.rtf not found when launchi
Use the full path to the files in the INI file.
--Scott
--Scott
-
- Contributor
- Posts: 31
- Joined: Fri Jan 28, 2011 9:23 am
Re: url.txt was not found, Access.rtf not found when launchi
Yep that fixed it. Thanks!