sdk.exe [argument]
Note: The full directory path must always be added when the sdk.exe
command
is entered into the command prompt. For example:
C:\<S60_SDK_installation_directory>\epoc32\release\winscw\udeb\sdk.exe
|
Starts the emulator if it is not running and loads the specified URL/Filename into the S60 browser. |
|
Starts an interactive session, which issues a prompt, and read commands from the standard input. |
|
Defines the target for the operation. Valid target arguments are |
|
Defines the communication port (serial port) to communicate with a device.
This option is only used when the target is the device. The value for the |
|
This option specifies the URL or a path for a content. The URL can be
of the |
|
The |
This command line interface will not transfer files to the device. To open a local file on the device from the PC using this CLI, the content should be transferred to the device using other tools.
C:\<S60_SDK_installation_directory>\epoc32\release\winscw\udeb>sdk.exe
http://www.s60.com/
Opens the http://www.s60.com/ web page in the Web browser of the emulator. This will start the emulator if the emulator is not running, or it will attach to an already running emulator.
C:\<S60_SDK_installation_directory>\epoc32\release\winscw\udeb>sdk.exe
C:\mypage.html
Loads the C:\mypage.html
page to the
emulator's Web browser from the root directory of the PC's C:
drive.
C:\<S60_SDK_installation_directory>\epoc32\release\winscw\udeb>sdk.exe
-target:device -com:2 C:\mypage.html
Loads the C:\mypage.html
page to the Web browser
on the device from the root directory of the C:
drive of
the device. Notice, that on the device some directories are protected and
the browser application does not have access rights to those directories (the C:\
directory
is not protected).