coucou Posted January 21, 2005 Posted January 21, 2005 Hi,I've noticed that no shortcuts created in "C:\Documents and Settings\All Users\Start Menu\Programs" for the apps installed by archive SFX extract (Programs that don't need to be installed).Is there any how to set those shortcuts?TNXcoucou
Nologic Posted January 21, 2005 Posted January 21, 2005 Well you can use AutoIt to create shortcuts....tho I think there is some apps out there that make it even easier....I know its been discussed a few times in the unattended OS part of the forum. So perform a few searchs in that one.
DigeratiPrime Posted January 21, 2005 Posted January 21, 2005 I like using NirCmd, just add the nircmd.exe to the $OEM$\$$\system32 folder and create shortcuts via a cmd file.http://www.nirsoft.net/utils/nircmd.html
glent Posted January 21, 2005 Posted January 21, 2005 I add shortcuts inot my start men using this method http://unattended.msfn.org/xp/applications/mirc.htm
coucou Posted January 23, 2005 Author Posted January 23, 2005 TNX all,I've had allways difficulties using AutoIT. Then i prefere using DigeratiPrime method... ihope.May you (DigeratiPrime) give me an example of creating the shortcut here bellow unattended with RunOnceEX.C:\Documents and Settings\All Users\Start Menu\Programs\SysInfo\AIDA32Regardscoucou
prathapml Posted January 23, 2005 Posted January 23, 2005 I've said many times the simplest way to have shortcuts imported to a new install, is to have your shortcuts in the same way you want themn to appear - and place them on your uA CD:$OEM$\$Docs\All Users\Start Menu\Programs\Similarly for desktop, and QuickLaunch, etc.
CHANDER Posted January 23, 2005 Posted January 23, 2005 But how do you get them to appear in the order you want as oppsed to alphabetical without having to rename them with 01, 02 ,03.....
Swimming_Bird Posted January 23, 2005 Posted January 23, 2005 i'm sorry, its not clear here if there is a way to create a shortcut from file x in location y
MCT Posted January 23, 2005 Posted January 23, 2005 search for shortcut.exe & typing shortcut /? @ cmdline will give u a syntax on how 2 do it , then just run a .bat/cmd/exe from your sfx 2 call shortcut.exe 2 install shortcuts
DigeratiPrime Posted January 23, 2005 Posted January 23, 2005 TNX all,I've had allways difficulties using AutoIT. Then i prefere using DigeratiPrime method... ihope.May you (DigeratiPrime) give me an example of creating the shortcut here bellow unattended with RunOnceEX.C:\Documents and Settings\All Users\Start Menu\Programs\SysInfo\AIDA32RegardscoucouSure no problem, where do you want to make the shortcut? I do this during cleanup.cmd, to create shorcuts to other NirSoft Utilities i add. Just have nircmd.exe in system32, i assume you know how to use runonceex.In this example I create 2 folders: Utilities (in Start Menu) and NirSoft Utilities (in Utilities), and add shorcuts to the programs in there.cmdow @ /HIDshutdown.exe -r -f -t 60 -c "Windows XP will now complete setup and restart in 1 minute..."net user aspnet /deleteset AUStart=%AllUsersProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserQL=%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launchset AUDesk=%AllUsersProfile%\DesktopREM :: Make New Folders ::MD "%AUStart%\Utilities"MD "%AUStart%\Utilities\NirSoft Utilities"REM :: Creating Shortcuts using NirCmd ::nircmd.exe shortcut "%ProgramFiles%\NirSoft Utilities\cports.exe" "~$folder.programs$\Utilities\NirSoft Utilities" "CurrPorts"
CHANDER Posted January 23, 2005 Posted January 23, 2005 search for shortcut.exe & typing shortcut /? @ cmdline will give u a syntax on how 2 do it , then just run a .bat/cmd/exe from your sfx 2 call shortcut.exe 2 install shortcuts Ok I must be be really tired right now because I have no idea what you mean...is there a program shortcut.exe on my computer? I searched but didnt find one
Swimming_Bird Posted January 23, 2005 Posted January 23, 2005 search for shortcut.exe & typing shortcut /? @ cmdline will give u a syntax on how 2 do it , then just run a .bat/cmd/exe from your sfx 2 call shortcut.exe 2 install shortcuts Ok I must be be really tired right now because I have no idea what you mean...is there a program shortcut.exe on my computer? I searched but didnt find one i couldnt find it on my computer, do a google search and you'll find it
chyronn Posted August 31, 2005 Posted August 31, 2005 TNX all,I've had allways difficulties using AutoIT. Then i prefere using DigeratiPrime method... ihope.May you (DigeratiPrime) give me an example of creating the shortcut here bellow unattended with RunOnceEX.C:\Documents and Settings\All Users\Start Menu\Programs\SysInfo\AIDA32RegardscoucouSure no problem, where do you want to make the shortcut? I do this during cleanup.cmd, to create shorcuts to other NirSoft Utilities i add. Just have nircmd.exe in system32, i assume you know how to use runonceex.In this example I create 2 folders: Utilities (in Start Menu) and NirSoft Utilities (in Utilities), and add shorcuts to the programs in there.cmdow @ /HIDshutdown.exe -r -f -t 60 -c "Windows XP will now complete setup and restart in 1 minute..."net user aspnet /deleteset AUStart=%AllUsersProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserQL=%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launchset AUDesk=%AllUsersProfile%\DesktopREM :: Make New Folders ::MD "%AUStart%\Utilities"MD "%AUStart%\Utilities\NirSoft Utilities"REM :: Creating Shortcuts using NirCmd ::nircmd.exe shortcut "%ProgramFiles%\NirSoft Utilities\cports.exe" "~$folder.programs$\Utilities\NirSoft Utilities" "CurrPorts"<{POST_SNAPBACK}>How can i create shortcuts of all that's in My Computer? i'd like to have shortcuts of the drives on the desktop. i've just been fiddling with nircmd right now and it's a nifty prog
muiz Posted August 31, 2005 Posted August 31, 2005 (edited) I make the shortcut on a working machine and make an sfx of them with winrarAnd i can place the shortcuts where ever i want with it. Edited August 31, 2005 by muiz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now