View Single Post
  #4   Spotlight this post!  
Unread 27-07-2006, 18:18
swe9 swe9 is offline
Registered User
no team
 
Join Date: Apr 2006
Location: California
Posts: 10
swe9 is an unknown quantity at this point
Thumbs up Re: Vex Programming with MPLAB and IF loader

Inside the makefile from http://jgarbers.com/robotics/cvexsample.zip there is a recipe for invoking iLoader.exe. It looks like this:

iLoader.exe /D=yourfile /H /T

I don't know what the h and t options do, but the invocation does what you're looking for.

Quote:
Originally Posted by tacman1123
On a related topic, is it possible to run the loader from the command line, or to at least pass the hex file name to the prompt?

For example:

iloader.exe -f mycode.hex

In EasyC the recently compiled file is pre-loaded in the box, but it appears that iloader is a separate process, so I suspect there's some way to pass it. I thought maybe modifying the .ini file would work, but I don't see an obvious way from poking around there.

Thx,

Tac