|
-
August 17th, 2006, 06:53 AM
#1
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!
-
August 17th, 2006, 07:24 AM
#2
Registered User
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
-
August 17th, 2006, 09:10 AM
#3
I tried that and I get the same results.
Thanks for the welcome!
-
August 17th, 2006, 09:16 AM
#4
Here's what its doing.
It adds this to the head of address resulting in page can not be displayed.
http://%22http//
-
August 18th, 2006, 08:14 AM
#5
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. ;-)
-
August 20th, 2006, 02:05 AM
#6
Registered User
 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
-
By aronius in forum Microsoft Office
Replies: 38
Last Post: September 7th, 2008, 09:03 PM
-
By thia in forum Windows 95/98/98SE/ME
Replies: 6
Last Post: March 15th, 2006, 02:10 PM
-
By TechZ in forum Tech News
Replies: 0
Last Post: October 7th, 2005, 05:25 AM
-
By Nigmafyre in forum Windows XP
Replies: 4
Last Post: November 3rd, 2001, 09:08 PM
-
By Charlie42 in forum Tech-To-Tech
Replies: 1
Last Post: January 20th, 2001, 07:18 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks