Shortcut Mysteriously Stopped Working . . .

  • Thread starter Thread starter Guest
  • Start date Start date
-=CMD=- said:
I have a shortcut on my taskbar to Norton Antivirus Update website
<

that stopped working today. It's been working now for a year or two, up
until now.

I have the exact same shortcut in my Internet Explorer Favorites and it does
work.

What could be making this particular shortcut not work?

A much more robust way would be to precede it with the
command you wish to execute so that the whole command
line looks like this. Do NOT remove the double quotes!

"C:\Program Files\Internet Explorer\iexplore.exe"
http://securityresponse.symantec.com/avcenter/download/pages/US-N95.html
 
What happens when you run the line I gave you from a Command Prompt?
 
Now try this:
- Create the batch file c:\Test.bat
- Place these three lines inside it:
@echo off
echo %date% %time% %UserName% > c:\test.txt
"C:\Program Files\Internet Explorer\iexplore.exe"
http://securityresponse.symantec.com/avcenter/download/pages/US-N95.html
1>>c:\test.txt 2>c:\test.err

(The last line is a very long line!)
- Create a shortcut on your desktop that invokes c:\test.bat.
- Double-click it.
- Paste the contents of c:\test.txt and c:\test.err into your reply.
 
Since your last post the shortcut has started working again! So no need for
further troubleshooting.

I appreciate your help. :)

Thank you.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top