Hi Nick,
About the only real good tip I can give you is to buy Blinker 6.0, you'll need it anyway.
So much for my expert advise!
According to the manual, you don't need the (R

setting unless you are using the Summer 87 compiler, it is ignored by 5.x programs. (V

is the same way but you are not using it so disregard this. (E

is always set to zero in Summer 87, while not in 5.x. The default in 5.x is 8 MB, but as you are not using it, disregard this. However, you might want to look into this later--after the program runs.
Your Clipper command line requests 150 file handles (F:150)while your DOS configuration only allows 95 (files=95). The manual reads that a bug exists in this area and that the value should be an odd number. Perhaps 149, 253, or whatever for both.
The (Dynf) defaults to 2 and should be increased if you have Clipper internal errors (no numbers given).
RtLink sometimes needs a path to C:\TMP. I chased this around for awhile one day, add (;c:\tmp) to your SwapPath: var, and create a directory on your C-drive called "TMP". Also, check to make sure you have the "C:\TEMP" directory.
NOTE: If you are using Clipper 5.3, the SwapPath variable does not work. The SwapPath defaults to the location of the executable file.
One more thing, be sure to compile with the warning on (/W).
Personally, I'd go with the Blinker

Best Regards,
David Tracy
dba: Tall Clipper Ships
Clifton, Arizona 85533
tracys@vtc.net