1
Questions & Answers / BED batch files
« on: January 24, 2025, 06:04:55 AM »
hello MrBcx
in the latest BED release I find 33 instances of c:\bc\bc %1>bcxout.txt while in some batch files I see
I was also thinking of cooking-up a gui program where you would enter the paths of the different compilers and then generate the appropriate batch files
in the latest BED release I find 33 instances of c:\bc\bc %1>bcxout.txt while in some batch files I see
Quote
CALL %~dp0Config32.batshouldn't the 33 instances be similar ?
%BCX%\bc "%~dpn1" >> bcxout.txt 2>&1
I was also thinking of cooking-up a gui program where you would enter the paths of the different compilers and then generate the appropriate batch files