Open your DOS command line box, "cd" to the directory you installed Rapid-Q, type
rc yoursource.bas > output.txt
after c:>
Replace yoursource.bas with your real source file name. Then you will find a file named output.txt in the same directory of rc.exe, check that text file.
7. Re: how to get rc.exe compiler result?
#638
Posted by: 2002-11-04 21:09:25
sorry for beeing so studpid - it works well but I didn't understood it the first time
But it doesn't work with RQ statement "RUN", seems redirect is not supported by RUN (however, RUN a .BAT files with redirect inside is reported successfully). Check the example I mentioned above, use dump.$$$ file created by rc.exe instead.