Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open another program

Status
Not open for further replies.

zolken1

Programmer
Oct 25, 2006
17
0
0
US
is there any way to open another program with qbasic???...


any help is apreciated
 
If you mean editing more than one program at a time, the only way is to use the LOAD option in QuickBasic (not qbasic) but that kinda joins the programs together rather than keeping them separate. so the simple answer is no.

If you mean running another program then Lee answered it.

If you mean a program written in another computer language the answer is maybe. Depends. In Qbasic the source code will have to be text, and if it's not a 'basic' language program you will probably have problems trying to edit it.
 
look at "RUN TWO PROGRAMS at once" on this same thread.

I teach a lot of programming so I can learn. You can never learn it all.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top