demoon1qaz
Nieuwe gebruiker
- Lid geworden
- 14 sep 2007
- Berichten
- 3
Dit filetje ( nog niet af ) moet msn opstarten.
ik heb tot nu toe gemaakt dat het msn opstart en mijn E-mail opent.
maar als ik bij het tweede keuze menuutje kom en ik kiez voor msn opstarten dan sluit hij af zonder msn op te starten.
het else menu doet het ook niet,
kan iemand vertellen wat hier nu fout aan is?
@echo off
goto begin
cls
:begin
cls
echo uit te voeren
echo.
echo.
echo 1 = internet
echo 2 = Quit
echo 3 = Informatie
:choice
set /P C=[Main menu]?
if "%C%"=="1" goto menu1.2
if "%C%"=="2" goto menu2.1
if "%C%"=="3" goto menu3.1
else %1==" " goto begin
goto choice
:menu1.2
cls
echo.
echo.
echo 4 = msn starten
echo 5 = E-mail starten
echo 6 = Msn main menu
:choice2
set /P C=[Main menu]?
if "%C%"=="4" goto msn-start
if "%C%"=="5" goto E-mail
if "%C%"=="6" goto E-main
else %1=="" goto begin
goto choice2
:menu2.1
cls
echo ------------
echo | Quit |
echo ------------
echo U verlaat nu Dit programma
echo Druk enter om dit programma te verlaten
pauze
quit
:menu3.1
cls
echo.
echo dit is het informatie lijst
echo hier kan u informatie opzoeken
echo over bijvoorbeeld msn aderessen
echo of dergelijken
echo.
echo.
echo 8 = msn aderessen
echo 9 = msn namen
:choice3
set /P C=[informatie]?
if "%C%"=="8" goto msn-na
if "%C%"=="9" goto msn-ad
else %1==" " goto begin
goto choice3
:msn-start
cls
echo ------------
echo | Msn |
echo ------------
echo u betreed nu msn
echo typ het wachtwoord om msn te betreden
echo . ****** = 8 cijverige code
:choice4
set /P C=[informatie]?
if "%C%"=="code" goto Msn-******
else %1=="" goto begin
goto choice4
:Msn-******
cls
start "msnmsgr.exe"
goto begin
:E-mail
cls
echo ------------
echo | E-mail |
echo ------------
echo u betreed nu E-mail
echo typ het wachtwoord om msn te betreden
echo ****** + 10= 8 cijverige code
echo wachtwoord+10
:choice5
set /P C=[informatie]?
if "%C%"=="code" goto E-mail******
else %1=="" goto begin
goto choice5
:E-mail
start http://by111w.bay111.mail.live.com/mail/mail.aspx?wa=wsignin1.0&n=2103687248&gs=true
goto begin
ik heb tot nu toe gemaakt dat het msn opstart en mijn E-mail opent.
maar als ik bij het tweede keuze menuutje kom en ik kiez voor msn opstarten dan sluit hij af zonder msn op te starten.
het else menu doet het ook niet,
kan iemand vertellen wat hier nu fout aan is?
@echo off
goto begin
cls
:begin
cls
echo uit te voeren
echo.
echo.
echo 1 = internet
echo 2 = Quit
echo 3 = Informatie
:choice
set /P C=[Main menu]?
if "%C%"=="1" goto menu1.2
if "%C%"=="2" goto menu2.1
if "%C%"=="3" goto menu3.1
else %1==" " goto begin
goto choice
:menu1.2
cls
echo.
echo.
echo 4 = msn starten
echo 5 = E-mail starten
echo 6 = Msn main menu
:choice2
set /P C=[Main menu]?
if "%C%"=="4" goto msn-start
if "%C%"=="5" goto E-mail
if "%C%"=="6" goto E-main
else %1=="" goto begin
goto choice2
:menu2.1
cls
echo ------------
echo | Quit |
echo ------------
echo U verlaat nu Dit programma
echo Druk enter om dit programma te verlaten
pauze
quit
:menu3.1
cls
echo.
echo dit is het informatie lijst
echo hier kan u informatie opzoeken
echo over bijvoorbeeld msn aderessen
echo of dergelijken
echo.
echo.
echo 8 = msn aderessen
echo 9 = msn namen
:choice3
set /P C=[informatie]?
if "%C%"=="8" goto msn-na
if "%C%"=="9" goto msn-ad
else %1==" " goto begin
goto choice3
:msn-start
cls
echo ------------
echo | Msn |
echo ------------
echo u betreed nu msn
echo typ het wachtwoord om msn te betreden
echo . ****** = 8 cijverige code
:choice4
set /P C=[informatie]?
if "%C%"=="code" goto Msn-******
else %1=="" goto begin
goto choice4
:Msn-******
cls
start "msnmsgr.exe"
goto begin
cls
echo ------------
echo | E-mail |
echo ------------
echo u betreed nu E-mail
echo typ het wachtwoord om msn te betreden
echo ****** + 10= 8 cijverige code
echo wachtwoord+10
:choice5
set /P C=[informatie]?
if "%C%"=="code" goto E-mail******
else %1=="" goto begin
goto choice5
start http://by111w.bay111.mail.live.com/mail/mail.aspx?wa=wsignin1.0&n=2103687248&gs=true
goto begin
Laatst bewerkt: