Hello,
I have been given the task of updating ASPECT scripts from DOS to Windows for Procomm Plus v.4.8. I have no experience in Aspect or Procomm Plus and am at a loss as to what is happening.
Below is the script that I am trying to run. I have re-named it to MERIDIAN.WAS from the DOS version MERIDIAN.ASP
proc main
transmit "AT\N1^M"
pause 1
dial "1 "
transmit "^R"
endproc
And this is the error that I get when Trying to compile.
MERIDIAN.WAS:
Error C020 Line 4: Invalid token: "1"
Error C022 Line 4: Missing token
Could this be related to improper configuration of the Connection Directory? Any other ideas or suggestions would be greatly appreciated.
Thanks,
Faded
I have been given the task of updating ASPECT scripts from DOS to Windows for Procomm Plus v.4.8. I have no experience in Aspect or Procomm Plus and am at a loss as to what is happening.
Below is the script that I am trying to run. I have re-named it to MERIDIAN.WAS from the DOS version MERIDIAN.ASP
proc main
transmit "AT\N1^M"
pause 1
dial "1 "
transmit "^R"
endproc
And this is the error that I get when Trying to compile.
MERIDIAN.WAS:
Error C020 Line 4: Invalid token: "1"
Error C022 Line 4: Missing token
Could this be related to improper configuration of the Connection Directory? Any other ideas or suggestions would be greatly appreciated.
Thanks,
Faded