beautypg.com

6 starting fdt with simple interface mode enabled, 9 starting fdt from the command line, 1 opening data files from the command line – Renesas Single-Chip Microcomputer M306NKT3 User Manual

Page 37: 2 opening workspace files from the command line

background image

21

3.3.5

Starting FDT by double clicking on a w4f script configuration file

FDT can be started by double clicking on a .w4f script configuration file from Windows

®

Explorer.

This will cause FDT to start in Wait For Script mode and load the selected configuration.

3.3.6

Starting FDT with Simple Interface Mode enabled

If FDT was exited from Simple Interface Mode (see section Chapter 9 ) FDT will return straight back to
that mode.

3.3.7

Starting FDT with Access Rights password security enabled

If the Access Rights password security has been enabled, FDT will display the login dialog before
allowing the workspace to be opened. See Chapter 5 for further details.

3.3.8

Starting FDT by double clicking on a .fpf packaged project file

FDT can be started by double clicking on a .fpf packaged project file from Windows

®

Explorer. This

will cause FDT to unpackage the project and start in Simple Interface Mode.

3.3.9

Starting FDT from the command line

3.3.9.1

Opening data files from the command line

"\FDT.exe" /DISCRETESTARTUP "osre \"< Filename >\""

eg:

"C:\Program Files\Renesas\FDT3.05\FDT.exe" /DISCRETESTARTUP "osre \"C:\Program
Files\Renesas\files\myfile.mot\""

This is the method used when an FDT data file is double clicked in Windows

®

Explorer

3.3.9.2

Opening workspace files from the command line

"\FDT.exe" /DISCRETESTARTUP "ow \"\""

eg

"C:\Program Files\Renesas\FDT3.05\FDT.exe" /DISCRETESTARTUP "ow \"C:\Program
Files\Renesas\FDT3.05\Workspaces\1234\1234.AWS\""

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.exe" "arl \"\" \"\"" /DISCRETESTARTUP "osre \"<
Filename >\""

eg