Wow, I'm so glad I found this forum. This is great, we've had one Win98 PC for a couple of years now doing our polling with pcAnywere 9.2 because of the scripting issue with version 10. I have a question though, I can't seem to pass on the phone number to my CHF file. I know I'm way off, because I'm pretty new to VB6, but this is what I have.
oPullSMCR.awConnect (strfilesdir)
Let me explain this, strfilesdir will be changing each time it dials a new computer, if I put strfilesdir in the Immediate Window this is the results:
"C:\Documents and Settings\All Users\Application Data\Symantec\pcAnywhere\BCM.chf" /c1-555-555-5555
From what I'm seeing, I can't pass on the phone number this way. It just passes right over the oPullSMCR.awConnect step and never attempts to even bring up pcAnywhere. Now, if I put the actual path to the chf file in like this it works fine:
oPullSMCR.awConnect ("C:\Documents and Settings\All Users\Application Data\Symantec\pcAnywhere\BCM.chf")
But the string is needed because, 1. the phone number will change, and 2. the .CHF file will also change. Thanks for any help you may have, and keep up the great work.