Got a problem you cannot solve? Try here.
devdept
Posts: 29 Joined: Thu Feb 24, 2005 12:00 pm
Post
by devdept » Sat Mar 05, 2005 5:39 am
Hello,
Is it possible to add a shortcut in the User Startup folder?
I used:
Code: Select all
Get Folder Location Start Menu -> Startup Group into USERSTARTUP
But it refers to All User folder...
Thanks,
[size=92]
[b]Alberto Bencivenni[/b]
[b][url=http://www.devdept.com]devDept[/url][/b] Development Team Leader
[/size][size=75][color=#666666]Structural Optimization | Finite Element Method | Computer Graphics[/color][/size]
sinan
Site Admin
Posts: 1035 Joined: Sat Nov 13, 2004 8:12 am
Contact:
Post
by sinan » Sat Mar 05, 2005 9:15 am
Just uncheck the Get for All Users box in the Get Folder Location command.
devdept
Posts: 29 Joined: Thu Feb 24, 2005 12:00 pm
Post
by devdept » Mon Mar 07, 2005 2:53 am
Unfortunately is not like that. The shortcut is always copied under the All User folder.
Any workaround?
Thanks,
[size=92]
[b]Alberto Bencivenni[/b]
[b][url=http://www.devdept.com]devDept[/url][/b] Development Team Leader
[/size][size=75][color=#666666]Structural Optimization | Finite Element Method | Computer Graphics[/color][/size]
sinan
Site Admin
Posts: 1035 Joined: Sat Nov 13, 2004 8:12 am
Contact:
Post
by sinan » Mon Mar 07, 2005 7:24 am
I tried the commands on my local system here, using this script code:
Code: Select all
~InstallAWARE Clipboard Data~
~MessageBox~
~{E8BE8465-E836-4E7E-8844-F7F879B4FD09}~
~info~
~$ALLSTART$$NEWLINE$$MESTART$~
~0~
~1~
~~
~Get Folder Location~
~{2B9D71C8-7905-4AB8-8729-E8B4E48BB7D7}~
~MESTART~
~13~
~FALSE~
~Get Folder Location~
~{9385DF48-241D-43AC-A0CD-D71ABCE0018B}~
~ALLSTART~
~13~
~TRUE~
The resulting output was as follows:
---------------------------
info
---------------------------
C:\\Documents and Settings\\All Users\\Start Menu\\Programs\\StartupC:\\Documents and Settings\\Administrator\\Start Menu\\Programs\\Startup\---------------------------
OK
---------------------------
What does the above script yield on your own box? (tip: copy-paste entire code block into the IDE)
devdept
Posts: 29 Joined: Thu Feb 24, 2005 12:00 pm
Post
by devdept » Mon Mar 07, 2005 5:41 pm
Code: Select all
~InstallAWARE Clipboard Data~
~Get Folder Location~
~{131D8653-FA8C-4D95-887B-E784CE41FF3E}~
~WINSTARTUP~
~13~
~FALSE~
Thanks,
[size=92]
[b]Alberto Bencivenni[/b]
[b][url=http://www.devdept.com]devDept[/url][/b] Development Team Leader
[/size][size=75][color=#666666]Structural Optimization | Finite Element Method | Computer Graphics[/color][/size]
sinan
Site Admin
Posts: 1035 Joined: Sat Nov 13, 2004 8:12 am
Contact:
Post
by sinan » Mon Mar 07, 2005 7:34 pm
I meant for you to copy-paste the code I provided and try it on your own system