GOT-2770S User’s Manual
3.2.4 Startup
After the system boot up, the startup execution function would
automatically perform. This function is useful for control system to do
the initialization processes or some other programs.
Step1: Create "startup" directory in in "\IPSM\".
Step2: Copy executable files or Shortcut to "StartUp" directory
which is created in Step 1.
An alternative way to setup startup files is to make a shortcut and copy
it to "IPSM\StartUp". A shortcut can execute a program with
Parameters.
Follow the following procedure to create the shortcut (.lnk) file.
A .lnk file is a text file that contains the command line for the linked
target, which may be enclosed in double quotation marks, along with
the length of that command line. Optionally, you can also pass
parameters into the linked target. By default, a .lnk file uses the
following format.
[number of ASCII characters after pound sign]#[command line]
[optional parameters]
For example, to start MyApp.exe and pass two optional parameters
into the application, a sample MyApp.lnk file contains the following.
40#\Windows\MyApp.exe parameter1 parameter2
Windows CE.NET
30