CompuServe Thread

ACCESS!130????

3 messages in this thread
#116023From: Hayward IgnatovichMar 27, 1988 10:10 PM
Keith I have a problem with the new Access! 1.30. When I tried to do a down load on a local board with Xmodem, it immediately times out then aborts. I have used access! 1.29 with no problems on this same local board. I've checked how my defaults are setup and all seems fine. (Note I did a download from Compuserve with QB and had no problems with access 1.30) Question on scripting. I access compuserve thur is own network, so I wrote a script to respond to it's logon messages. Why does \VD50\VW200\D4\w\m1\P"id"\m2\P"password"\m3\B causes Compuserve not to recognize my password when the script ends just after sending the password? But when I changed the ending by adding \P"choice"\m4 in between \m3 and \B it recognizes it. So want I was trying to do is get thur the ID and PASSWORD prompts then stop the script. What I ended up doing was extending the script to repsond to Compuserve next Prompt ENTER CHOICE and she works.
#116574From: KEITH YOUNGMar 30, 1988 7:25 PM
Hayward, Yes, there _is_ a problem (in version 1.30) with Xmodem downloads, PLEASE (anyone reading this) do _not_ re-post version 1.30. I will post a fixed version in a day or so (if you have already, please pass the word around that there is a problem with Xmodem (and possibly Wxmodem) but CIS-B protocol works fine). re: scripting…. my guess (from what I can gather from your listing) is that there is not a <return> type char at the end of your F3 (password macro). There needs to be one there, check that and see if that's the case. Keith
#116640From: Hayward IgnatovichMar 30, 1988 10:59 PM
Keith I checked and there is a return key (\r). I wait for the new version and try again. Hayward