Hi,
I am not a CASL programmer, but I wrote a CASL MACRO about three years ago to work under Attachmate Accessory Manager (Version 4.1…). I am back to same client site after three years and they have upgraded some of their PC’s to Attachmate version 7.5….. The old MACRO does not work on new version. I have isolated the problem down to parameter passing on the run command.
Following works on both 4.1 and 7.5 versions. (I tried it with a single line CASL MACRO)
run ‘notepad’ ; it launches Notepad correctly
However if I try to pass a parameter, it works only on version 4.1
run ‘notepad mytxtfile’
Version 7.5 return error 19 – 2
I will appreciate any help in this matter.
I am not a CASL programmer, but I wrote a CASL MACRO about three years ago to work under Attachmate Accessory Manager (Version 4.1…). I am back to same client site after three years and they have upgraded some of their PC’s to Attachmate version 7.5….. The old MACRO does not work on new version. I have isolated the problem down to parameter passing on the run command.
Following works on both 4.1 and 7.5 versions. (I tried it with a single line CASL MACRO)
run ‘notepad’ ; it launches Notepad correctly
However if I try to pass a parameter, it works only on version 4.1
run ‘notepad mytxtfile’
Version 7.5 return error 19 – 2
I will appreciate any help in this matter.