Name: Denso_Boi Date: January 4, 2008 at 03:47:15 Pacific Subject: Executing an Internet Link OS: Windows Vista CPU/Ram: AMD 2gig Model/Manufacturer: Asus
Comment:
Okay i'm trying to write a program that will show up as menu's and then from there i want it to load a series of Internet links at the same time once a choice as been choosen.
Code
@echo off :menu c: cd\GameSites cls echo DIABLO GUILD WARS TOP SITES echo =========================== echo. echo 1 - Diablo Top Sites echo 2 - Guildwars Top Sites echo 3 - Both All Top Sites echo. echo Q - Quit choice /c:123Q>nul if errorlevel 5 goto done if errorlevel 4 goto menu if errorlevel 1 goto Run Guildwars Top Sites echo CHOICE missing goto menu
:xtremetop100 c:\Windows\iexplore.exe "http:\\www.xtremetop100.com/in.php?site=1132200882" xtremetop100 goto menu
The question is, i need to do know how to launch interent links from the batch program. This is what i have atm, however it wont respond and launch anything.
Nevermind i have figured it out however i have another question. Because of the menu system i have more then 9 choices, how do i allow more then 9 choices. I was thinking of changing it from Numbers to letters but all i get is a computer beep. Thanks
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE