$FILE
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "<div id="idcontent"><div id="innerdiv"> = <span class="f_Header">Action</span><br/> = Change name of generated files. <span style="font-family: 'Arial'; color: #000000">&nb...")
(Created page with "<div id="idcontent"><div id="innerdiv"> = <span class="f_Header">Action</span><br/> = Change name of generated files. <span style="font-family: 'Arial'; color: #000000">&nb...")
Latest revision as of 23:15, 31 January 2013
Contents[hide] |
Action
Change name of generated files.
Syntax
$FILE = "myname.bin"
Remarks
In some cases it is desired to change the name of the output file. By default, the generated files have the same base name as the opened project file. So if your program name is "mytest.bas" , all generated files will start with the base "mytest".
The $FILE directive let you change this base name.
Simulating and programming will NOT work since the IDE uses the base name of your project. If you change it with $FILE, the files can not be located.
See also
NONE
Example
$FILE = "mytest.bin"
Languages | English • Deutsch |
---|