CompuServe Thread

#ADPRO ARexx SEPARATE

4 messages in this thread
#25839From: Aug 9, 1991 1:49 AM
I have ADPRO 1.03 and am trying to use AREXX SEPARATE: SEPARATE work:seps/test CMYK The file get separated but ends up in the directory with ADPRO *and* the names are C.cyn M.mag Y.yel (or something similar) What am I doing wrong? Jeff
#25873From: ASDGAug 10, 1991 12:58 AM
Put quotes around the file name. pk
#25875From: Aug 10, 1991 1:58 AM
? Sorry, I wasn't very clear in my description. Here is the REXX fragment which I launch from within ADPRO. I have checked the dstFile string and it looks like a valid path name. The result is CYMK.mag … in the directory with ADPRO. —-trace all address "ADPro" options results getfile '"Select file to be separated:"' 'imagine:' if RC ~= 0 then exit srcFile = ADPRO_RESULT getfile '"Select destination name:"' 'work:tmp' if RC ~= 0 then exit dstFile = ADPRO_RESULT load srcFile if RC ~= 0 then do okay1 "Error Loading" srcFile exit end use_separation_defaults separate dstFile CMYK Any thoughts??? *sigh* Jeff
#25892From: ASDGAug 10, 1991 8:45 PM
My thoughts are that this command is broken. It worked at one time (ie: when it was tested) but we must have broken it since then as I repeat the same behavior you describe. It shall be fixed. pk