Qbasicnews.com
Problem with FBIde - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+--- Thread: Problem with FBIde (/thread-8374.html)

Pages: 1 2 3


Problem with FBIde - na_th_an - 12-12-2005

It generates Quake 5 in your notepad.


Problem with FBIde - axipher - 12-12-2005

Quote:It generates Quake 5 in your notepad.
That means :???:


Problem with FBIde - Z!re - 12-12-2005

Quote:
na_th_an Wrote:It generates Quake 5 in your notepad.
That means :???:
it's a secret program only used by the most experienced coders. It will instantly generate the next Quake game, which currently is 5.
Try it yourself, just make sure to have 2-3GB free HD space for the Quake 5 files..


Problem with FBIde - axipher - 12-12-2005

Lol, Ok, I'll try right now, right after I install the DOs version of World of Warcraft along with it's expansion on the Xbox 360...


Problem with FBIde - Z!re - 12-12-2005

Quote:Lol, Ok, I'll try right now, right after I install the DOs version of World of Warcraft along with it's expansion on the Xbox 360...
Read this:
SHELL "PAUSE"

Now, read each word, what do they mean? These ancient cryptic words.. what could this possibly do.. Ancient scholars have pondered for eons, will you be the one to solve the colundrum of mysteries that are these two commands?

Only time will tell..




:roll:


Problem with FBIde - axipher - 12-12-2005

*One sec, I think that pause means, wait, no, it can't be that easy, but what if it is, what the hell, I'll give it a try...*

I think that PAUSE means to briefly do nothing, but the shell think I am not sure about, could it mean that hard casing which certain things are protected by, or could it mean something else in nthe ancient BASIC language???


Problem with FBIde - TheDarkJay - 12-12-2005

Ever done SYSTEM("PAUSE") in C++? Think "What is the same?"


Problem with FBIde - axipher - 12-13-2005

Well I think I know what "PAUSE" means, but I don't know what sehll means.


Problem with FBIde - Anonymous - 12-13-2005

shell will give a command you send it to a cmd prompt.


shell "dir"


will show u whats in the current directory

shell "dir \*.* /s"

will show u every file in your comp, i believe ;p

shell is like typing something into a cmd prompt. go to cmd prompt and type PAUSE.


Problem with FBIde - axipher - 12-13-2005

Ok, thanks, atleast someone can answer my quetion without sarcasm and the actual answer...