Okie Dokie. I got it. I had to do a better job at forums diving. The key elements for me were changing: in Settings_Default:$root = "D:/Inetpub/wwwroot/nightfalltoronto.com/cgi-bin/forum"; (note that the slashes are the wrong way for Windows) $bdocsdir2 = "D:/Inetpub/wwwroot/nightfalltoronto.com/blahdocs"; in Setup.pl if(!SetupLoad('D:/Inetpub/wwwroot/nightfalltoronto.com/cgi-bin/forum/Settings.pl',1) || !SetupLoad("$code/QuickCore.pl",1)) { InstallConfig() if(!SetupLoad('D:/Inetpub/wwwroot/nightfalltoronto.com/cgi-bin/forum/Settings_Default.pl',1) || !SetupLoad("$code/QuickCore.pl",1)); } and finally in blah.plrequire(''D:/Inetpub/wwwroot/nightfalltoronto.com/cgi-bin/forum/Settings.pl') || RunSetup(); At the top of settings.pl and blah.pl I noted this: #!C:\Perl\bin\perl.exe Hopefully that's more search fodder for the next person.  |