answered question
0
Votes
Votes
1
Answer
Answer
M$1.00
i want to browse internet explorer from the command prompt in windows XP. pls guide me how is it possible?
i want to access internet by using cmd prompt in xp, but donot know the process, if is it possible then pls guide me.
answers (1)
You can't really browse the internet using cmd prompt. You can however launch internet explorer from the cmd prompt.
Just create a text file that contains:
@start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" %*
save the file as "e.bat" (without quotes)
Place the file in: C:\Documents and Settings\your_account_name
Then just launch cmd prompt and type: "e www.mahalo.com" (without quotes)
Just create a text file that contains:
@start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" %*
save the file as "e.bat" (without quotes)
Place the file in: C:\Documents and Settings\your_account_name
Then just launch cmd prompt and type: "e www.mahalo.com" (without quotes)
Related questions
140 characters left












