LOADING EXE FILES INTO QBASIC

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
Programinator

LOADING EXE FILES INTO QBASIC

Post by Programinator »

Is there anybody that knows how to load executible files into QBASIC.
I already know how to load .bas files. I want QBASIC TO RUN an executible file.

Does :cry: anybody know... ?

If you do please reply or e-mail me at
edisonpghack50@yahoo.com

THanks :o
Quibbler

Post by Quibbler »

You can't load an exe as it is compiled. If you want to run the exe try SHELL (look it up in help)
Dr_D

Post by Dr_D »

You can also use the CHAIN statement, but the program that is chained takes over comepletely. In other words, the first program ends and the second program is the only one running.
Post Reply