Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch files help please!  (Read 3056 times)

0 Members and 1 Guest are viewing this topic.

kiritateru

  • Guest
Batch files help please!
« on: February 18, 2007, 04:46:00 PM »
hi, i was wondering if when creating a batch file i could give it a command to open internet explorer, but to open IE with a site, such as google.
 
can it be done?
 
thank in advance if you do help

dkdeath

  • Guest
Re: Batch files help please!
« Reply #1 on: February 19, 2007, 03:42:09 AM »
create a batch file an place this

@echo off

cd c:\program files\internet explorer\
iexplore.exe www.google.com

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: Batch files help please!
« Reply #2 on: February 19, 2007, 04:44:47 PM »
You can also do this...

Code: [Select]
explorer.exe http://www.google.com
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.