How do I set up a shortcut to execute a 'dos command'?

Status
Not open for further replies.
Fire up notepad, and do this

type...
Code:
 @echo off
%1 %2 %3 %4 %5 %6 %7 %8 %9
pause

ping <enter domain name here>


Save the file as ping_yahoo.bat, or your chosen name.

Double clicking it should ping yahoo.
 
Right click on desktop, New->Shortcut
In the first window put "ping www.yahoo.com", in the second one put the name you want the shortcut to have.
 
That's true, and a lot easier.

Try that first. If it doesn't hold the window open, try mine.

Why must I always do things the hard way!?!? lol <it comes from forgetting or not knowing the easyway I think!>
 
cool, both work

I had sort of already figured out a version of spikes, made a batch file in c:\ and made a short cut to point to it.

But Nodsus method pretty cool, not intuitive, but slick, and lets me assign a icon, because it is still a shortcut.

BTW, I used to know a way to make the little shortcut arrow not appear on the icon, back in 98 days. can that still be done?

thanks guys
 
yes it can. It's a simple registry tweak I think.

Try the 98 way and see if it works.
 
Delete HKCR\Lnkfile\IsShortcut value to remove the arrow on Windows shortcuts. I hope you are aware that doing this is a security risk?
 
Because I could make a shortcut that is called "My Computer", has the appropriate icon, sits on your desktop and actually points to "format /y c:". Without the arrow you would double click that thing without a second thought.
 
lol. I didn't think about that!

Talk about forgetting the obvious! lol. I haven't had a good attempt at an amateur hack on my pc for ages. Could be the active response I suppose. If they get caught they get completely sut out from that IP for 10 minutes. :) Not to say it won't happen though.
 
Status
Not open for further replies.
Back