Page 1 of 1

NBC Compiler Help!

Posted: 26 May 2011, 12:19
by bungeshea
Hello,
I am trying to set up a NBC compiler that I downloaded from the BricxCC website on a portable hard drive. After consulting "Power Programming, Second Edition" I found out that to set up an NBC compiler by typing the following into the Command Prompt, if application is in the C:\nbc directory.
Image
I want to set up the compiler on a portable hard drive, let's say it's plugged into the H:\ Drive. What do I type into the CMD to assess the compiler?

Re: NBC Compiler Help!

Posted: 26 May 2011, 23:19
by muntoo
So... you want to compile like this:

Code: Select all

nbc "%USERPROFILE%\Desktop\myprogram.nxc"
And make it portable? I'm confused...