use variable

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Seb McClouth

use variable

Post by Seb McClouth »

Would it be possible to somehow convert the following, which is read from a file:

Code: Select all

bindir = c:\os\bin
to be

Code: Select all

bindir = path$
, so that when using for e.g.

Code: Select all

make $bindir/makefile
<-- with this I mean SUB Make (FileName$) for example.

grtz
Seb
Seb McClouth

Post by Seb McClouth »

Yes, but I thought that building an OS (whether it's fake or not) you need a Make.

I just want to do it the hard way.

grtz
Seb
Post Reply