Computing.Net > Forums > Windows Me > Creating shortcut

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Creating shortcut

Reply to Message Icon

Name: Bernard
Date: June 8, 2002 at 12:48:42 Pacific
Comment:

I need to create a shortcut (or a batch file) that when I double click it, it would launch my connection to the internet (dial-up) and a program (Zone alarm). How can I do it ?



Sponsored Link
Ads by Google

Response Number 1
Name: thekid
Date: June 8, 2002 at 12:51:55 Pacific
Reply:

Have a look at these...Google rules.

http://www.computerhope.com/batch.htm

http://www.labmice.net/scripting/default.htm

hope they help,not one of my areas of expertise at all...but then again,no area is!!! LOL


0

Response Number 2
Name: thekid
Date: June 8, 2002 at 12:54:27 Pacific
Reply:

sry,2nd one might only be for 200/XP...told 'ya it wasn't my area of expertise!
good luck


0

Response Number 3
Name: kim
Date: June 8, 2002 at 13:32:54 Pacific
Reply:

Go to start/settings/dial up networking. In this folder you should find your icon for ISP. right click, create shortcut. You should now have shortcut icon, drag that to your desktop. Double click it and it will launch your connection. Sorry don't know about zone alarm cos I have it in start up menu so its on all the time.
Don't know if this is what you needed(like the kid I'm no expert, but these things work for me.

good luck

OT Forum



0

Response Number 4
Name: bullrider
Date: June 8, 2002 at 13:52:38 Pacific
Reply:

Bernard,for ZA,click START-PROGRAMS locate Zonealarm from the list of programs right click it then click-SEND TO-then click-desktop create shortcut,once its on your desktop you can drag it down to the quicklaunch area for a one click launch if so desired.Do the same for your ISP Icon.


0

Response Number 5
Name: thekid
Date: June 8, 2002 at 14:08:07 Pacific
Reply:

He wants to start both programs w/one click though,(although he said double click)not two seperate shourtcuts.Once he creates that,then he can drag to his quicklaunch bar.
Single-click=Isp(IE)/ZoneAlarm launch simultaneouly.That's what "I" think he wants.If he,Bernard,goes to;
http://www.computerhope.com/batch.htm,he should find what he needs.



0

Related Posts

See More



Response Number 6
Name: ShutMeUpOrDown:)
Date: June 8, 2002 at 14:24:51 Pacific
Reply:

@ECHO OFF
START /M "C:\WINDOWS\NOTEPAD.exe"
START /M "C:\Program Files\Internet Explorer\IEXPLORE.exe"
EXIT

Copy / paste that into notepad . Name it Connect.Bat . Use notepad to edit the path in the first line to launch ZoneAlarm.

Double click it and see if it works....


0

Response Number 7
Name: Kim
Date: June 8, 2002 at 14:26:43 Pacific
Reply:

OIC sorry Bernard, read it wrong :-(
Hey kid, you sharp! me dumb!

Kim


0

Response Number 8
Name: John Frost
Date: June 8, 2002 at 14:29:31 Pacific
Reply:

I agree with Kim, I have been using that method since Win 95 and that's the way to go...


0

Response Number 9
Name: thekid
Date: June 8, 2002 at 14:33:44 Pacific
Reply:

I use that method too John,but I don't hink that method will achieve the goal that Bernard is trying to reach.Unless you're talkin'/kiddin'about the "me dumb" method.
Not that is an area of expertise for me,when it comes to pC's.It seems like,and my father always told me this;
"The more you learn...The less you know!"
I just hope he posts back with his results,if any.


0

Response Number 10
Name: Bernard
Date: June 8, 2002 at 15:28:00 Pacific
Reply:

Thekid - yes thats exactly what I want... open both with a single click...

ShutMeUpOrDown:) - Thats almost what i want... but this way I'll have to set IE to automatically connect to the net... isn't there a way to do it without setting IE to connect ?


0

Response Number 11
Name: ShutMeUpOrDown:)
Date: June 8, 2002 at 15:35:36 Pacific
Reply:

Not possible to connect to the internet from a batch file unless you have the connection setup to automatically dial. [as far as i know]

If you have DUN setup where you have to hit the connect button each time.... thats where the batch file would leave you. "Waiting for you to click the connect button."



0

Response Number 12
Name: thekid
Date: June 8, 2002 at 15:36:06 Pacific
Reply:

Well Bernard,now you're really losin' me.In your original post you said you want to launch your internet conn. in conjunction w/the launch of ZA.Am I missin' somethin' here?Aleays willin' to learn!


0

Response Number 13
Name: Bernard
Date: June 8, 2002 at 15:41:05 Pacific
Reply:

Ok.. What I mean is : My connection is set to automatically dial, but IE is set to never dial a connection (under tools > options > connection). Using your batch file, it would open IE, but IE wouldn't dial the connection, understand ? So, is there a way to connect without setting IE to "always dial the default connection" ?


0

Response Number 14
Name: Bernard
Date: June 8, 2002 at 15:43:02 Pacific
Reply:

Yes thekid, thats right ! I wanna launch my internet conn. in conjunction w/the launch of ZA, like you said...


0

Response Number 15
Name: John Frost
Date: June 8, 2002 at 15:43:52 Pacific
Reply:

I lost the plot also, I use Tiny Firewall which is enabled at start up. I then click on the DUN icon and away I go. Why have a bat file?


0

Response Number 16
Name: thekid
Date: June 8, 2002 at 15:44:18 Pacific
Reply:

Are you trying to view webpages offline?If so,why would you need ZA to kick in?I'm just not getting your reasoning behind wanting that particular configuration.


0

Response Number 17
Name: ShutMeUpOrDown:)
Date: June 8, 2002 at 15:45:43 Pacific
Reply:

How do you connect Bernard? I assumed you launched IE via quicklaunch icon.

If your connecting thru the DUN shortcut.. Change the IE line in the batch file to your DUN connection. If your connecting thru something else put that in..

START /M "C:\windows\desktop\Shortcut to Connection to XXXOOOO"


0

Response Number 18
Name: Bernard
Date: June 8, 2002 at 15:46:06 Pacific
Reply:

Let me clear things up : All I want is prevent ZA from loading with windows, since I only need it when Im connected to the net. So I need a batch file that would dial my default connection and open ZA.


0

Response Number 19
Name: ShutMeUpOrDown:)
Date: June 8, 2002 at 15:48:36 Pacific
Reply:

As far as i know.. You wont find a batch file that dials your connection for you.

The batch file will allow you to launch a program that dials the connection such as IE set to automatically dial.



0

Response Number 20
Name: thekid
Date: June 8, 2002 at 15:49:27 Pacific
Reply:

So you do want to connect when you use this batch file/shortcut?Keeping ZA from loading with Windows would be an easy task...I would imagine.I don't use ZA,but what differentiates it from any other program?


0

Response Number 21
Name: Bernard
Date: June 8, 2002 at 15:54:38 Pacific
Reply:

Thanks everyone ! ShutMeUpOrDown:) solution worked ! Thanks for your help too thekid ! Its nice to know that people care :)


0

Response Number 22
Name: thekid
Date: June 8, 2002 at 15:57:50 Pacific
Reply:

I still don't get it.


0

Response Number 23
Name: Bernard
Date: June 8, 2002 at 16:02:12 Pacific
Reply:

Ok thekid this is my problem:

My computer is slow (500 MHZ) and I want to prevent ZA from starting up with windows for a faster boot up, since I'll only need it if I'll use the internet.
But I'm too lazy to open both Zone alarm and my connection :), and I wanted to create a single file that would connect (dial a specified connection) and open ZA.
Got it ?


0

Response Number 24
Name: thekid
Date: June 8, 2002 at 16:06:49 Pacific
Reply:

Alright,I wish you'd have said you didn't want it to load upon boot earlier,"then" I would have understood your reasoning behind it.No biggie,though...I'm just glad you got it worked out.SMUOD to the rescue once again.
Don't be a stranger.


Experience is something you don't get until just after you need it.



0

Response Number 25
Name: Bernard
Date: June 8, 2002 at 16:10:44 Pacific
Reply:

Keep up the good work thekid !


0

Response Number 26
Name: Woocan
Date: July 29, 2002 at 06:44:08 Pacific
Reply:

Just in case someone is interested, there is a nice tool from "Outer Technologies" for handling batch files in windows, called "Batchrun" (it is free):

http://www.outertech.com/product.php?product=6&PHPSESSID=bc1eeb884e25e84875d02a9da0ff72ea


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Me Forum Home


Sponsored links

Ads by Google


Results for: Creating shortcut

create shortcut on desktop www.computing.net/answers/windows-me/create-shortcut-on-desktop/7519.html

ME creating shortcuts www.computing.net/answers/windows-me/me-creating-shortcuts/21319.html

My Network Places Creating Shortcuts www.computing.net/answers/windows-me/my-network-places-creating-shortcuts/2582.html