Search found 39 matches

by 117Mickey
31 Jul 2015 04:25
Forum: DOS Batch Forum
Topic: Smartyhost email login
Replies: 3
Views: 4102

Re: Smartyhost email login

Hi,

it doesn't work on any device. I forgot this was batch forum, but maybe someone with some knowledge about the proplem could help. Thanks
by 117Mickey
30 Jul 2015 18:37
Forum: DOS Batch Forum
Topic: Smartyhost email login
Replies: 3
Views: 4102

Smartyhost email login

I have a private email address such as something@something.com.au I use smartyhost and my internet provider is TPG. I tried signing in to the email app on mac as well the iPhone but it returns with cannot connect to smartyhost. Smartyhost has a website where it outlines how to do it but it dosnt wor...
by 117Mickey
19 Jul 2015 02:48
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

Here you go, its pretty long. Thanks @echo off title IST Game 2015 mode con: cols=70 lines=18 :Start cls FOR /F "tokens=*" %%A IN ('DATE/T') DO FOR %%B IN (%%A) DO SET Today=%%B echo Today is the %Today% Version 3.9 echo. echo Copyright 2015 Year 9 IST echo. echo This was made by Ali Dogra...
by 117Mickey
19 Jul 2015 02:39
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

Sure, but its preety long. And what does code tag mean?
by 117Mickey
19 Jul 2015 02:18
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

So i made a student side and a teacher side. But the main problem is the now winning cannot be achieved. It doesn't work on both sides.
by 117Mickey
18 Jul 2015 20:48
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

...
by 117Mickey
16 Jul 2015 18:52
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

Please someone
by 117Mickey
15 Jul 2015 00:52
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

My new code, is now that you can play as a student or teacher. I inserted this into the student thread. i put a S after win so the computer dosn't mix it with the one for teachers. Thanks :Student set winS=0 . . . :Title1 if %winS% lss 2 (set /A winS+=1) else set winS=0 ... :Title 2 set winS=0 . . ....
by 117Mickey
15 Jul 2015 00:04
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

Sorry, it worked just after i posted it. I'll see how i am going. Thanks
by 117Mickey
14 Jul 2015 20:35
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

i did this but it didn't work

echo.
choice /C:NESWXA /M "N, E, S, W, X or A? " /N
if errorlevel 6 call :Subscribe
if errorlevel 5 goto :Exit
if errorlevel 4 call :West
if errorlevel 3 call :South
if errorlevel 2 call :East
if errorlevel 1 call :North
by 117Mickey
14 Jul 2015 18:26
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

I put this into the main menu but it didn't work. maybe more than 2 errorlevels dont work. choice /C:NESWXA /M "N, E, S, W, X or A? " /N echo. if errorlevel 1 call :North if errorlevel 2 call :East if errorlevel 3 call :South if errorlevel 4 call :West if errorlevel 5 call :Exit if errorle...
by 117Mickey
14 Jul 2015 18:01
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

Ok, thanks. thanks very much.
by 117Mickey
14 Jul 2015 03:47
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

Also, i tried switching the I and E around since Educate is first and Ignore is next but it didn't work. ??
by 117Mickey
14 Jul 2015 03:43
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

I get it, thanks very much. How do we put a space between the options Educate and ignore, particularly ignore with the [I, E]
by 117Mickey
14 Jul 2015 02:40
Forum: DOS Batch Forum
Topic: User win
Replies: 49
Views: 25619

Re: User win

1. Yes I did delete it as I didn't want you guys to make me feel guilty of being lazy amd programming it myself.
2. That is just copy paste from the website you gave me. Could you specifiy an example please.
Thanks.