I have setup a user to login to an XP box whos shell is set to PWB with the SetPWB application. During logon, I get the error "URL.txt was not found" immediately followed by "Access.txt was not found". Needless to say, PWB will not function and keeps tossing up these errors when trying to browse, etc. What is wierd is that I can pull up the overrides and launch explorer, then close and restart PWB and it works fine. This seems to be only an issue during login, or maybe as PWB is the shell.
Please let me know if there is a way to fix this.
Thanks.
URL.txt was not found.
Moderators: Tyler, Scott, PWB v2 Moderator
You should use the full path to the files in the [files] section of the INI. When PWB is set as the shell, the startup folder is not the PWB folder so PWB will not be able to locate the files unless you use the full path.
[Files]
...
CheckURLFile=C:\Program Files\...\URL.txt
AccessMessageFile=
...
If you are not using the files, set them to blanks.
--Scott
[Files]
...
CheckURLFile=C:\Program Files\...\URL.txt
AccessMessageFile=
...
If you are not using the files, set them to blanks.
--Scott