View Single Post
Old 04-22-2005   #39 (permalink)
foq99
Registered Member
 
Join Date: Mar 2005
Posts: 3
Quote:
Originally Posted by brentc
I downloaded the 20041124.zip
I made a folder under C:\Program Files\Network Stumbler\masterscript
I put the scripts in there. Then pointed NetStumbler to ns04master.vbs
I Edited the ns04settings.vbs to use MapPoint insted of DiGLE

When I fire up the script, Mappoint opens up as it should, the script says it's using Microsoft Sam (Voice), a dos window opens up with the following error.

C:\Program Files\Network Stumbler\masterscript\ns04thread.vbs(48, 24) Microsoft VBScript runtime error: Path not found

Any advice?

make sure you've edited the ns04settings.vbs -- this has some things you can tweak. One of these is:
Code:
const WavFolder = ".\WAV\"
(or something similar) Change what is in quotes to wherever your .wav files are (in your case, it should be "..\") This is what worked for me.
foq99 is offline   Reply With Quote