June 27, 200620 yr I'd like to know if it is possible to open a link from a batchfile, without calling the webbrowser..So NOT like this:"C:\Program Files\Internet Explorer\IEXPLORE.EXE" http://www.msfn.orgBecause then the batchfile would open IE. I want it to open the Default internetbrowser.. that could be IE, but could also be Firefox or Opera or whatever.. I'm not sure if it is possible though..
June 27, 200620 yr Author huh ok, I used "http://www.msfn.org", that didn't work! Edited June 27, 200620 yr by ZileXa
June 27, 200620 yr >%TEMP%\_.url (ECHO/[InternetShortcut] &ECHO/URL=http://unattended.msfn.org/unattended.xp/) &%TEMP%\_.url &&del %TEMP%\_.urlIt should be on one line, any line(s) not beginning with two spaced has wrapped.
June 27, 200620 yr Notice how my line has no quotes in it.start http://www.msfn.org Edited June 27, 200620 yr by Rogie
June 27, 200620 yr The VBS script wayCreateObject("Wscript.Shell").Run("Http://www.msfn.org")This opens IE as that is the only browser I use, so I do not know if it will work with other browers. Edited June 28, 200620 yr by gunsmokingman
June 28, 200620 yr Author Notice how my line has no quotes in it.start http://www.msfn.orghaha yess I know, thats what I meant with my 2nd post... it was stupid I didn't even try without quotes before posting here!Thanks for the help.
Create an account or sign in to comment