Qbasicnews.com

Full Version: FBC as a command?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I know there was a way to do this in win98, but not sure how to do this in XP... How do I make fbc a command in the command prompt, so I don't have to type the full path?
You can create a batch file in Windows/System32, and add some command like:

Code:
C:\FB-v0.17b-aug-25-testing-win32\fbc.exe

Pause
You could add the directory where the compiler is stored to the PATH environment variable...
Quote:You could add the directory where the compiler is stored to the PATH environment variable...

That's what I was looking for... how do I do this?
Right-click My Computer -> Properties -> Advanced -> Environment Variables

Under "System variables" you'll find the "Path" entry.
I tried this with nasm by putting the path that the nasmw.exe file is located in the path variable... but it's still not recognizing it...
Not to be an asshole or anything, but did you try searching for it?

http://vlaurie.com/computers2/Articles/environment.htm

Anonymous

Quote:Not to be an asshole or anything, but did you try searching for it?

http://vlaurie.com/computers2/Articles/environment.htm

You asshole!

:bigsmile:
*takes a bow*

Thank ya... Thank ya vera much.

:lol: