Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem starting BC.Exe in DOS 5.02
#10
Everything needed was in the QB45 folder. If an EXE file was created from the ide, there was no further work or precautions.

When calling from the command line, everything necessary had to be specified. Compiled via the command line, the EXE files were sometimes smaller, which could already play a role at the time.

[Image: QB-45-Ordner-2023-06-09.jpg]

My bat file for compiling from the command line. I can't remember what each command did, but it worked fine.

Code: (Select All)
@echo off
bc %1.bas /ah /o;
rem *** 8. Feb. 1995
rem *** Der Binder der sonst aufgerufen wird, C++ - Version 5.5, zu
rem *** dem der Pfad zeigt, erzeugt eine um ca. 20 KByte grӇere Datei!

d:\qb4\link %1.obj+d:\qb4\noem.obj/NOE /E,, %1list, d:\qb4\bcom41;
rem +d:\qb4\bqlb41+d:\qb4\qb;
Reply


Messages In This Thread
Problem starting BC.Exe in DOS 5.02 - by eoredson - 06-08-2023, 04:55 AM
RE: Problem starting BC.Exe in DOS 5.02 - by Kernelpanic - 06-09-2023, 01:59 PM



Users browsing this thread: 17 Guest(s)