Vid0, on Oct 25 2005, 08:34 AM, said:
Zxian, on Oct 25 2005, 12:27 AM, said:
Oh, sh#t I forgot to fix this stupid shortcut in this version. As a quick fix you need to copy shortcut on desktop over a shortcut in Start menu. That’s it ;-) Do you think it's so important and I need to reupload a fixed version now?? Hmmmmm.... Find some more important bug ;-)
canuckerfan, on Oct 25 2005, 07:25 AM, said:
Yea, look on Adobe site for "proper" version.
batch script to move the shortcut from "Common Desktop" to "Common Programs":
@ECHO OFF SET FILENAME="Adobe Reader 7.0.lnk" SET SECTION="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" SET KEY="Common Desktop" ::Read value in registry call readreg %SECTION% %KEY% SET SRC=%RegVal% SET KEY="Common Programs" ::Read value in registry call readreg %SECTION% %KEY% SET DST=%RegVal% :: remove leading and trailing quotes SET FILENAME=%FILENAME:"=% SET FILENAME=%FILENAME:"=% :: move shortcut move /Y "%SRC%\%FILENAME%" "%DST%" exit
download Rob van der Woude readreg.bat script and save in the same folder as my batch script.
This post has been edited by Bilou_Gateux: 27 November 2005 - 05:28 AM



Help


Back to top











