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 » Sun Oct 30, 2005 3:44 am

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 » Mon Oct 31, 2005 6:10 pm

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 » Mon Oct 31, 2005 11:19 pm

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