Alex Posted September 26, 2004 Posted September 26, 2004 Hi all,Found this example:;The comment below contains SFX script commandsShortcut=P, mirc.exe, SysReset, "SysReset File Server Program", "SysReset"Shortcut=P, sysreset.txt, SysReset, "SysReset Version Information", "SysReset Version Information"Shortcut=P, sysreset.hlp, SysReset, "SysReset Help", "SysReset Help"=P means the shortcut will be placed in All programs.That's working.What command I need to place shortcut in Quick Launch? Accessories?Tried this:Shortcut=%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch, ....exe, .... and so on DOES NOT work.Another thing:RD /S /Q "%AllUsersProfile%\Start Menu\Programs\PrintMe Internet Printing"RD /S /Q "%AllUsersProfile%\Start Menu\Programs\WinRAR"RD /S /Q "%UserProfile%\Start Menu\Programs\WinRAR"DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"DEL "%UserProfile%\Start Menu\Programs\Internet Explorer.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\Adobe Reader 6.0 CE.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\Games\Hearts.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\Games\Minesweeper.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\Games\Solitaire.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\Games\Spider Solitaire.lnk"DEL "%UserProfile%\Desktop\ALKONAS.lnk"DEL "%AllUsersProfile%\Desktop\Adobe Reader 6.0 CE.lnk"DEL "%AllUsersProfile%\Desktop\Nero StartSmart.lnk"RD /S /Q "%systemroot%\Cache\Adobe Reader 6.0.1\"EXITLine in red does not work too.Last thing:XCOPY "%CDROM%\Software\Client Manager.lnk" "%UserProfile%\Start Menu\Programs\Accessories" /YXCOPY "%CDROM%\Software\x Biorhythms.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x Biorhythms.lnk" "%AllUsersProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x Diskeeper.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x DivX Player.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x eDonkey2000.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x Event Viewer.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x FlashGet.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x NetSwitcher.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YXCOPY "%CDROM%\Software\x Transfer Client.lnk" "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /YDOES NOT work on installation, rerun of cmd with those commands DOES the job.What's the problem?Pls help,Alex
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