Hello;
How can I configure the Desklock program in FTV SE V5.0 ..to Auto start the client project when power on or rebooting the pc ..
thanks in advance
[?]: How can I configure the Desklock program in FTV SE V5.0
-
- Posts: 36
- Joined: Thu Jun 17, 2010 7:21 am
-
- Posts: 406
- Joined: Mon Mar 31, 2008 11:29 am
- Location: Ryazan, Russia
Re: [?]: How can I configure the Desklock program in FTV SE
1) Run the DeskLock
To open Desklock, on the desktop click Start > All Programs > Rockwell Software > FactoryTalk View > Tools, and then click DeskLock.
2) Press the "Set Up DeskLock" button
2) On the "Logon" tab inset information for logon in Windows and check the "Automatically Logon in Windows" box
3) Оn the next "Desktop" tab switch On the "Replace existing desktop to DeskLock"
4) Inset your information to the opened list fields. For AutoStart aplication from list you must to check the box.
TIP: At any time you can press the "Help" button on DeskLock Setup window
To open Desklock, on the desktop click Start > All Programs > Rockwell Software > FactoryTalk View > Tools, and then click DeskLock.
2) Press the "Set Up DeskLock" button
2) On the "Logon" tab inset information for logon in Windows and check the "Automatically Logon in Windows" box
3) Оn the next "Desktop" tab switch On the "Replace existing desktop to DeskLock"
4) Inset your information to the opened list fields. For AutoStart aplication from list you must to check the box.
TIP: At any time you can press the "Help" button on DeskLock Setup window
-
- Posts: 36
- Joined: Thu Jun 17, 2010 7:21 am
Re: [?]: How can I configure the Desklock program in FTV SE
Hello..
thank you for reply ..but i didn't ask for open desklock!!!
for opening client project (.cli) automatically when powered on the workstation ..
in desktop tab:
What program I insert in (program field ) [my application.exe]..
what parameters I inert in command line parameter..
is it clear now???
with best regards
thank you for reply ..but i didn't ask for open desklock!!!
for opening client project (.cli) automatically when powered on the workstation ..
in desktop tab:
What program I insert in (program field ) [my application.exe]..
what parameters I inert in command line parameter..
is it clear now???
with best regards
-
- Posts: 406
- Joined: Mon Mar 31, 2008 11:29 am
- Location: Ryazan, Russia
Re: [?]: How can I configure the Desklock program in FTV SE
Well, for .cli file try to do this:Eng_Ali wrote: in desktop tab:
What program I insert in (program field ) [my application.exe]...
what parameters I inert in command line parameter..
Insert into program field: "C:\Program Files\Rockwell Software\RSView Enterprise\DisplayClient.exe YourDisk:\YourPath\YourApplication.cli"
And stay the parameter field clear
OR
Insert into program field: "C:\Program Files\Rockwell Software\RSView Enterprise\DisplayClient.exe"
and into parameter field: "YourDisk:\YourPath\YourApplication.cli"
Best regards!
PS: If the file path has space characters, use quotes.
-
- Posts: 36
- Joined: Thu Jun 17, 2010 7:21 am
Re: [?]: How can I configure the Desklock program in FTV SE
thank you very much ..after rename cli project its run automaticallyRyzhij wrote: PS: If the file path has space characters, use quotes.
-
- Posts: 37
- Joined: Wed Jul 21, 2010 2:30 pm
Re: [?]: How can I configure the Desklock program in FTV SE
I was also making this but I did not understand clearly about this function, but now I did. Thanks very much!
-
- Posts: 406
- Joined: Mon Mar 31, 2008 11:29 am
- Location: Ryazan, Russia
Re: [?]: How can I configure the Desklock program in FTV SE
To use long file names when working with the command line, they must be enclosed in double quotes. For example, to run a file called 'My application.exe' from the directory 'My Documents' to the command prompt, type "C: \ My Documents \ My application.exe" and press <Enter>.zer1988 wrote:I was also making this but I did not understand clearly about this function, but now I did. Thanks very much!
Sometimes, to solve this problem should be enclosed in quotes only the part of a long name that contains a space.