@PneumaticDryII:
Quote
Quote: ""If anybody could tell me HOW to address the compiler"
"
Understanding the command switches to give to the compiler, and the replies it gets is easy, just write this simple DBPro app and compile it in a small window:
print cl$()
repeat
until mouseclick()
end
Now all you need to do is replace the compiler with this and you can learn the command switches. It simply reads back the command parameters given to a program.
unquote
All I get when I do that is "_temp.dbpro". ¿What am I doing wrong?