Windows XP batch file help
Results 1 to 6 of 6

Thread: Windows XP batch file help

  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    4

    Windows XP batch file help

    Hi all,

    I'm trying to get a back file to open multiple web addresses using start /iexplore.exe . My problem revolves around trying to open pages with an & in it.

    Example:
    start /iexplore.exe http://www.thisisatest.com/blah&blah/test

    What is will actually open is:
    start /iexplore.exe http://www.thisisatest.com/blah

    The & kills the link and it makes it end at the &. Any ideas?

    Thanks!

  2. #2
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161
    Hello tonydotigr and welcome to WD forums,
    Try to Put " sign in the start and the end of the URL.
    like:
    start /iexplore.exe "http://www.thisisatest.com/blah&blah/test"

    Cheers,
    Gabriel

  3. #3
    Registered User
    Join Date
    Aug 2006
    Posts
    4
    I tried that and I get the same results.

    Thanks for the welcome!

  4. #4
    Registered User
    Join Date
    Aug 2006
    Posts
    4
    Here's what its doing.

    It adds this to the head of address resulting in page can not be displayed.

    http://%22http//

  5. #5
    Registered User
    Join Date
    Aug 2006
    Posts
    4
    Thanks for the help. I ended up getting it to work. I just removed the "http://" from the address and used quotations as you mentioned, and tah-dah it worked.

    One should not underestimate the power of a DOS batch file. ;-)

  6. #6
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161
    Quote Originally Posted by tonydotigr
    One should not underestimate the power of a DOS batch file. ;-)
    Batch files are not just for DOS - actually you are not using dos.
    You are using command interpeter that is buikt in into the system.
    Batch file is a kind of Script, almost every OS has the ability to script.

    But yes - I sure miss the good old DOS days

    Gabriel

Similar Threads

  1. Need Help with Office 2003 Reinstall
    By aronius in forum Microsoft Office
    Replies: 38
    Last Post: September 7th, 2008, 09:03 PM
  2. vdx/dll/drivers/cdrom problems
    By thia in forum Windows 95/98/98SE/ME
    Replies: 6
    Last Post: March 15th, 2006, 02:10 PM
  3. OS NEWS: Microsoft confirms Windows XP SP3
    By TechZ in forum Tech News
    Replies: 0
    Last Post: October 7th, 2005, 05:25 AM
  4. Windows XP and network file sharing
    By Nigmafyre in forum Windows XP
    Replies: 4
    Last Post: November 3rd, 2001, 09:08 PM
  5. Replies: 1
    Last Post: January 20th, 2001, 07:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •