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

Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm looking for suggestions to solve the problem! Petr 10 686 02-05-2026, 04:56 PM
Last Post: ahenry3068
  Nth problem with hardware images Ikerkaz 9 507 01-23-2026, 02:58 PM
Last Post: bplus
  Install problem...... jssantoro 6 397 12-17-2025, 08:31 PM
Last Post: madscijr
  maths problem with percentage pmackay 3 543 09-04-2025, 09:57 AM
Last Post: pmackay
  Problem with font in Teletext browser. SquirrelMonkey 7 763 08-27-2025, 11:38 AM
Last Post: BDS107

Forum Jump:


Users browsing this thread: 1 Guest(s)