Gamecommunity =GCHQ=
http://forum.gamecommunity.co.uk:8080/

Shortcut problems
http://forum.gamecommunity.co.uk:8080/viewtopic.php?f=6&t=54322
Page 1 of 1

Author:  EkO=GCHQ= [ Sat Aug 08, 2009 9:54 pm ]
Post subject:  Shortcut problems

I have a few shortcuts on my desktop, nowhere near as nicey though, obviously.

But occasionally I accidentally catch the DC shortcut and the game starts up.

Any way to avoid this from happening as it usually leads to depressions a few minutes later. :cry:

Author:  happyslappy [ Sat Aug 08, 2009 10:27 pm ]
Post subject:  Re: Shortcut problems

delete the short cut or move it somewhere else ?

Author:  Lur =GCHQ= [ Sun Aug 09, 2009 3:30 am ]
Post subject:  Re: Shortcut problems

ehhh, you could maybe hide all your shortcuts by right clicking the desktop and going to arrange icons? :?

----------------
Now playing: Evanescence - Call Me When You're Sober
via FoxyTunes

Author:  nicey=GCHQ= [ Sun Aug 09, 2009 8:34 am ]
Post subject:  Re: Shortcut problems

a definite format is need for you.....
that... or remove the hard drive concerned.

oh..not forgetting to put it in the freezer for a good few hours. then roast on gas mark 7.that might cure it,,,

Author:  wowyouareacow=GCHQ= [ Sun Aug 09, 2009 10:00 am ]
Post subject:  Re: Shortcut problems

this is a very complicated problem sir. I do not recommend you use your puter anymore

Author:  Caspius=GCHQ= [ Mon Aug 10, 2009 11:30 pm ]
Post subject:  Re: Shortcut problems

Past this into a text file and rename to .vbs. Move the original BF shortcut to the root of a drive and change the sAppPath to the link to the shortcut, (does't work if there are spaces in the file path or name).

Image

Code:
Dim sAppPath
set WshShell = WScript.CreateObject("WScript.Shell")
retval = WshShell.Popup ("Are you sure you want to run BF1942?",,"Hello", 4+32)
If retval=6 Then 
sAppPath = "E:\T-M-P.lnk"
Return = WshShell.Run(sAppPath, 1, false)
Wscript.quit
Else
End If
Wscript.quit


You can then create a shortcut to the script if you wish and change the icon to match the original shortcut.

Author:  Lur =GCHQ= [ Tue Aug 11, 2009 12:09 am ]
Post subject:  Re: Shortcut problems

casp, what bits would i change if i wanted to use that for other games?? every now and again i catch cod5 on my quicklaunch when i mean to click firefox... bloody annoying as it sometimes takes a while to load up before you can close it.

edit: is that in basic?? looks like what we used in highschool... i might even be able to figure it out myself lol.

Author:  Caspius=GCHQ= [ Tue Aug 11, 2009 12:26 am ]
Post subject:  Re: Shortcut problems

Lur =GCHQ= wrote:
casp, what bits would i change if i wanted to use that for other games?? every now and again i catch cod5 on my quicklaunch when i mean to click firefox... bloody annoying as it sometimes takes a while to load up before you can close it.

edit: is that in basic?? looks like what we used in highschool... i might even be able to figure it out myself lol.


Just change the question and app path to whatever you want it to link to. Bearing in mind the main problem I've had so far is it doesn't work if there are spaces in the file name or path. Maybe someone can sort that out. You only need to link to a shortcut if there are switches. The format is Vbscript. :grin:

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/