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 "osre \"< Filename
>\""
eg
"C:\Program Files\Renesas\FDT3.07\FDT.exe" "arl \"Administrator\" \"password\""
/DISCRETESTARTUP "osre \"C:\Program Files\Renesas\files\myfile.mot\""
3.3.9.4.
Opening w4f Script Configuration files from the command line
"<FDT path>\FDT.exe" /DISCRETESTARTUP "w4fRun \"<filename>\""
eg
"C:\Program Files\Renesas\FDT3.07\FDT.exe" /DISCRETESTARTUP "w4fRun \"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 line with Access Rights
password security enabled
"<FDT path>\FDT.exe" "arl \"<Username>\" \"<Password>\"" /DISCRETESTARTUP "w4fRun
\"<filename>\""
eg
"C:\Program Files\Renesas\FDT3.07\FDT.exe" "arl \"Administrator\" \"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 "SimpleInterfaceMode /u
\"c:\upload1.mot\" /b \"c:\upload0.mot\""
Note that the /u <User Area Filename> and the /b <User Boot Area> are optional. Additionally, adding /r
causes the last settings to be restored and the configuration Wizard will not be displayed.