Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a webpage in a new window 2

Status
Not open for further replies.

DayLaborer

Programmer
Jan 3, 2006
347
US
I have a "fancy" keyboard with programmable buttons on it. On of them is a "mail" button. I want it to go to Gmail. The keyboard comes with a program to customize such buttons. I can set this button to run a program with a path (C:/Program Files/NameOfAppToRunHere.exe) or a website ( When I program the button with it always "hijacks" an existing Internet Explorer window. How can I adjust the URL so that it always opens it in a new window?

Thanks!
Eliezer
 
Does nothing happen?
Do you get an error message?
Does IE open, but not in a new Window?

 
Why would you want an IE window to open minimized?
Sounds spammy...

"That time in Seattle... was a nightmare. I came out of it dead broke, without a house, without anything except a girlfriend and a knowledge of UNIX."
"Well, that's something," Avi says. "Normally those two are mutually exclusive."
-- Neal Stephenson, "Cryptonomicon"
 
I apologize for my lack of detail. The keyboard application pops up and says "The current assignment for this customizable key is not available."

An example of a program that I can successfully execute with such a key shortcut is:
"D:\Program Files\SameTime\Client\Connect.exe"
Another one is:

Thanks...
 
It does not like the Key you are choosing. Pick a non-conflicting key with any other software using Hot Keys.

Then:

1. To convince your self I did not make this entry up, highlight it with your mouse, right click Copy, then Start button, Run, and right-click Paste into the entry box. Test.

2. In the chance that it does not like spaces:

CMD start /min "C:\Program Files\Internet Explorer\iexplore.exe"
 
Mr. Castner,

Nope... When I try what you just said, I get a Command prompt on the H-drive. Nothing executes.

Thanks again,
Eliezer
 
With that line, the DOS command prompt open to the H-drive - and the command prompt is minimized...
 
Well...

That does flash a command prompt on the screen and it even opens a "Gmail" in IE - and even minimized! ...but that window cannot be taken out of minimized state - restore and maximize are greyed-out. All I can do is close it with Task Manager...

:-(
 
DayLaborer,

Maybe the syntax for your program requires ""'s. Your example above:
"D:\Program Files\SameTime\Client\Connect.exe"

If you need quote marks, give it to them:

"CMD /C start/min iexplore.exe -new www.gmail.com"







Users Helping Users
 
It does exactly the same thing for me (i.e. crashed IE) when I run it from the Start menu as you described!
 
It works perfectly with a Start, Run for me (and guitarzan above).

Perhaps there is something else at issue on your XP install. I just tried it ten times:

CMD start /min C:\Program Files\Internet Explorer\iexplore.exe
This gave me ten minimized Gmails on my task bar, all of which I can open and close.

For compatability, I tested it again under Vista RC1 with IE 7, and it worked ten times perfectly.

.



Users Helping Users
 
How frustraing. My XP install must be different.

Thanks so much for your efforts!
 
If fails to run, or it fails to fix your issue of Command line use of IE?


____________________________
Users Helping Users
 
IEFix ran without issue. But my command line use of IE remains the same... :-( :-(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top