[plug] script error

Russell Steicke r.steicke at bom.gov.au
Sun Mar 9 10:28:55 WST 2003


On Sat, Mar 08, 2003 at 10:18:43AM +0800, Jon  Miller wrote:
> I'm having a problem when executing a script.  The problem stems from the following:
> 
> I need to run the command
> vQMDIR=/path of a location
> .
> # This line is supposed to run the program qm qrt.%1 (whatever is stored in the first parameter) when running the program (ex: ./sop XXJDOJs ), the information XXJDOJs is what I', looking for in %1.  
> 
> $vQMDIR/qm qrt.%1 release
> 
> The error message is as follows:
> Error opening inputfile qrt.%1
> 

This should be $1, not %1.  Been writing .bat files lately?  :)



-- 
Russell Steicke

-- Fortune says:
"From there to here, from here to there, funny things are everywhere."
-- Dr. Seuss



More information about the plug mailing list