$FILE/de
From MCS Wiki AVR
< $FILE(Difference between revisions)
(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...") |
m (1 revision) |
Latest revision as of 21:06, 15 February 2013
== (**COPIED FROM ENGLISH PAGE**) ==Contents |
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 |
---|