file compiles fine when run from the ide. I created a 2 line batch file to be sure I wasn't doing something wrong. Page 15 of the docs says the /I parameter is supposed to specify the path. The same folder is set in the PBEdit gui.
set var1="e:\program files (x86)\pbwin10\winapi"
set var2="e:\network_enable\test.BAS"
pbwin.exe /I %var1% %var2%
I can tell it is reading the source file because it always errors out on line 29. The fist INCLUDE file listed. tried using a : and = sign to separate the /I but neither one made any difference.
set var1="e:\program files (x86)\pbwin10\winapi"
set var2="e:\network_enable\test.BAS"
pbwin.exe /I %var1% %var2%
I can tell it is reading the source file because it always errors out on line 29. The fist INCLUDE file listed. tried using a : and = sign to separate the /I but neither one made any difference.
Comment