I am using Vista and have been compiling by dragging onto GCBASIC.EXE but now want to integrate Crimson Editor fully - this seems to require compile.bat which didn't appear when I installed the system. Can someone list the contents so that I can create a version.
Philip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Kent, thanks - that partly works, but now I find that makeasm.bat and download.bat are not available either. Not sure what Vista does with stuff - I did go onto admin role in order to install this. Can you give me the contents of these too?
Philip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using Vista and have been compiling by dragging onto GCBASIC.EXE but now want to integrate Crimson Editor fully - this seems to require compile.bat which didn't appear when I installed the system. Can someone list the contents so that I can create a version.
Philip
Here is the compile bat file, with GCBasic in the Program files directory.
@ECHO OFF
C:
cd \PROGRA~1\GCBASIC
GCBASIC /NC %1 /O:compiled.asm /A:makeasm.bat /P:download.bat
Kent, thanks - that partly works, but now I find that makeasm.bat and download.bat are not available either. Not sure what Vista does with stuff - I did go onto admin role in order to install this. Can you give me the contents of these too?
Philip
Don't worry - did another install and the files both appeared. Vista is indeed a wonder ... I should have done this before posting.
Philip