BrianSmith
New Member
Is it possible to pass a parameter to a program from within a parameter file?
My pf file has the entry '-p wMain.w' and I would like to be able to pass a parameter to wMain.w, such as -p wMain.w (INPUT "parm1"), but this does not seem to work, I get the error message 'could not recognize argument (301)'. wMain.w does have an input parameter defined. The problems seems to be with the pf file.
My pf file has the entry '-p wMain.w' and I would like to be able to pass a parameter to wMain.w, such as -p wMain.w (INPUT "parm1"), but this does not seem to work, I get the error message 'could not recognize argument (301)'. wMain.w does have an input parameter defined. The problems seems to be with the pf file.