Quote:
OnEnableScan: Not quite sure what this does yet. It is commented out in the sample script, so I have a feeling this is reserved for a future version.
OnDisableScan: Same with this one. Commented out, not quite sure what it does.
OnScanStart: Triggered when you click on the "scan" button to start a scan. This is basically the first thing run by your script. Probablly a good place to toss variables you want to use, or put in initial settings.
|
Had a quick look and, IMO:
1. Just 'cos something's REMed out in the default script doesn't seem to mean it's for future use.
2. OnEnableStart - this is the event triggered by Enabling a scan (!) i.e. clicking the green arrow.
3. OnDisableScan - what happens when you disable the scan(!).
4. OnScanStart - No! This is the event that triggers every (e.g.) 1 second when NS shouts "all your ..."
Try the attached VB script.
BTW, great job with the site & work to date

.