Shortcut in the User Startup Folder

Got a problem you cannot solve? Try here.
Post Reply
devdept
Posts: 29
Joined: Thu Feb 24, 2005 12:00 pm

Shortcut in the User Startup Folder

Post by devdept »

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... :cry:

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 »

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 »

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 »

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 »

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 »

I meant for you to copy-paste the code I provided and try it on your own system :)
Post Reply