+Gemintronic #1 Posted December 29, 2014 Not really a bug. Didn't have much success just adding the directories to my Windows PATH statement. I had to hard code the paths in the BUILD.BAT as such (assuming the files are located in the RebootBASIC folder) @echo off echo ------------------------------------------------------------ echo Building RAPTOR Basic Application echo. echo C:\RebootBASIC\PROJECTS/%1/%1.bas' > C:\RebootBASIC\RBASIC\make2.s copy /B C:\RebootBASIC\RBASIC\make1.s+RBASIC\make2.s C:\RebootBASIC\RBASIC\basname.s > null.fil del null.fil echo .inc1: include 'C:\RebootBASIC\PROJECTS/%1/_RAPPIXL.S' > RBASIC\include1.s echo .inc2: include 'C:\RebootBASIC\PROJECTS/%1/_RAPINIT.S' > RBASIC\include3.s echo .inc3: include 'C:\RebootBASIC\PROJECTS/%1/_RAPU235.S' > RBASIC\include2.s C:\RebootBASIC\bin\rmac -fb -u -o BASIC.O C:\RebootBASIC\PROJECTS\%1\_RAPAPP.s C:\RebootBASIC\bin\rln -z -rq -o C:\RebootBASIC\RBASIC.ABS -a 4000 x x BASIC.O C:\RebootBASIC\RAPTOR\RAPTOR.O C: \RebootBASIC\RBASIC\RBASIC.O C:\RebootBASIC\U235SE.021\DSP.OBJ del basic.o taskkill /IM C:\RebootBASIC\bin\virtualjaguar.exe > null.o del null.o start C:\RebootBASIC\bin\virtualjaguar.exe C:\RebootBASIC\RBASIC.ABS --alpine 1 Quote Share this post Link to post Share on other sites
+CyranoJ #2 Posted December 29, 2014 Just wondering what version of Windows is this for? The batch file works fine on 8.1. Good to see you starting to use this 1 Quote Share this post Link to post Share on other sites
+Gemintronic #3 Posted December 29, 2014 This is Win 8 Pro 64-bit. it's a nasty bugger of an install and sketchy as all getttout. Just thought I'd post my solution for those with similar evil installs of Windows. 1 Quote Share this post Link to post Share on other sites
nitrofurano #4 Posted February 9, 2017 and how simple would be using GNU/Linux instead on that? Quote Share this post Link to post Share on other sites
ggn #5 Posted February 9, 2017 (edited) Quite simple. Just download (or clone) the repository, install "wine" and try "wineconsole build.bat your_project_name". If that doesn't work, follow the discussion here. Let us know how it works for you! Edited February 9, 2017 by ggn 1 Quote Share this post Link to post Share on other sites