19
This is the method used when an FDT workspace is double clicked in Windows® Explorer
3.3.9.3. Opening data files from the command line with Access Rights password security enabled
"<FDT path>\FDT.exe" "arl \"<Username>\" \"<Password>\"" /DISCRETESTARTUP "os re \"< Filename
>\""
eg
"C:\Program Files\Renesas\FDT3.07\FDT.exe" "arl \"Admin istrator\" \"password\""
/DISCRETESTARTUP "osre \"C:\Program Files\Renesas\files\myfile.mot\""
3.3.9.4. Opening w4f Script Configuration files from the command li ne
"<FDT path>\FDT.exe" /DISCRETESTARTUP "w4fRun \"<filename>\""
eg
"C:\Program Files\Renesas\FDT3.07\FDT.exe" /DISCRETESTARTUP "w4 fRun \"C:\Program
Files\Renesas\FDT3.07\myconfig.w4f\""
This is the method used when an FDT Script Configuration file is double clicked in Windows® Explorer
3.3.9.5. Opening w4f Script Configuration files from the command li ne with Access Rights
password security enabled
"<FDT path>\FDT.exe" "arl \"<Username>\" \"<Password>\"" /DISCRETESTARTUP "w4f Run
\"<filename>\""
eg
"C:\Program Files\Renesas\FDT3.07\FDT.exe" "arl \"Admini strator\" \"password\""
/DISCRETESTARTUP "w4fRun \"C:\Program Files\Renesas\FDT3.07\myconfig.w4f\""
3.3.9.6. Starting FDT Basic Simple Interface Mode from the command line
"<FDT path>\FDT.exe" /DISCRETESTARTUP "SimpleInterfaceMode /u \"<User Area Filename>\" /b
\"<User Boot Area or Data Area Filename>\""
eg
"C:\Program Files\Renesas\FDT3.07\FDT.exe" /DISCRETESTARTUP "S impleInterfaceMode /u
\"c:\upload1.mot\" /b \"c:\upload0.mot\""
Note that the /u <User Area Filename> and the /b <User Boot Area> are optional. Additiona lly, adding /r
causes the last settings to be restored and the configuration Wizard will not be displayed.