• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

Command line on compile

Started by Carlo Pagani, October 17, 2011, 09:55:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Carlo Pagani

Hi José

In the File: CSED_COMPILE.INC

It seems you left out to pass command line set in options to file being executed.

I changed this line (Around 709)
from

                           strCommand = strExeFile
to
                           strCommand = strExeFile & " " & pSed.CommandLine


Ciao - Carlo

José Roca

Thanks for spotting it. I have modified the code.