macdad-
Thanked: 39 Posts: 2,520
|
 |
« Reply #30 on: March 01, 2008, 01:12:28 PM » |
|
o whoops... but anyways thanks.
|
If you dont know DOS, you dont know Windows... Thats why Bill Gates created the Windows NT Family. 
|
|
|
|
|
|
|
itburnswhenipee
Thanked: 1 Posts: 69
|
 |
« Reply #33 on: March 09, 2008, 04:11:54 PM » |
|
È = a bottom left corner Ì = one line with two half lines æ = a y thing ß = a rectangle Ø = an = with ligns coming out of the top and bottom Æ = a lign with to parts sticking out » = a top right corner ¶ = double ligns ¡ = an i with a hat these are some of the draw functions. i found them here http://nostalgia.wikipedia.org/wiki/Wiki_special_characters
|
|
|
|
|
|
|
|
|
|
|
macdad-
Thanked: 39 Posts: 2,520
|
 |
« Reply #37 on: March 11, 2008, 04:45:48 PM » |
|
im gettin bttr at batch games my recent one(and first one) is a card game, its like that magic card trick but Windows is definetly no Magician. the next one im making is a card game like Texas Hold em. i would say that the only bat games im making are card games. my other bat progs will be utilities and im finishing up a bat prog that is an anti-virus prog.
|
If you dont know DOS, you dont know Windows... Thats why Bill Gates created the Windows NT Family. 
|
|
|
devcom
Thanked: 37 Posts: 521
|
 |
« Reply #38 on: March 12, 2008, 08:56:19 AM » |
|
the bat file can be anti-virus ?? i wana see that  any way here is my simple game that i made. use w,a,s,d to move l to load map (del last 4 digits from name of file to run) [recovering space - attachment deleted by admin]
|
|
|
|
« Last Edit: March 12, 2008, 11:53:17 AM by devcom »
|
IP logged
|
|
|
|
macdad-
Thanked: 39 Posts: 2,520
|
 |
« Reply #39 on: March 12, 2008, 04:52:53 PM » |
|
yea it can be an Anti-Virus prog but i dont want to share the secret until i have finished it. i dont want anyone to be copy-cats out dere. but heres a hint "Find delete".
|
If you dont know DOS, you dont know Windows... Thats why Bill Gates created the Windows NT Family. 
|
|
|
devcom
Thanked: 37 Posts: 521
|
 |
« Reply #40 on: March 13, 2008, 02:39:26 AM » |
|
I can be beta tester  but it will be only in one file? or it will instal?
|
|
|
|
Fareast187 Topic Starter
Posts: 15
|
 |
« Reply #41 on: March 13, 2008, 05:34:43 AM » |
|
to gamerx365 and also im wondering about the things fareast187 used - thsee º. In DOS it makes a vertical double line. are there more of these characters I could use for corners and horizontal lines too?
that is a special Characters open notepad, on the notepad... hold down the key Alt then type the number like 147 then it will came Characters like this..."ô" right now i found a new idea... i want to make a hangman game... like this :- THIS GAME IS NOT FINISH YET.....I WILL FINISH THIS GAME LATER...AND POST AT HEREecho off cls :a Echo Name Of Animal...?? echo _ _ _ _
set /p Choice=Put Your Letter: if [%Choice%]==[C] goto correct if [%Choice%]==[A] goto correct2 if [%Choice%]==[T] goto correct3
For %%a in (C,A,T) do if not [%Choice%]==[%%a] goto lose
:lose echo you're lose...hahahahahaha...
:correct cls Echo Name Of Animal...?? echo %Choice% _ _ _ goto exit
:correct2 cls Echo Name Of Animal...?? echo _ %Choice% _ _ goto exit
:correct3 cls Echo Name Of Animal...?? echo _ _ %Choice% _ goto exit
:exit goto a
pause
|
|
|
|
|
macdad-
Thanked: 39 Posts: 2,520
|
 |
« Reply #42 on: March 13, 2008, 02:00:36 PM » |
|
ah that is a good idea for a hangman game, but proggramming in so many random words or phrases word be difficult. but that is a great idea Fareast! 
|
If you dont know DOS, you dont know Windows... Thats why Bill Gates created the Windows NT Family. 
|
|
|
|
|
devcom
Thanked: 37 Posts: 521
|
 |
« Reply #44 on: March 14, 2008, 01:16:18 AM » |
|
i have noticed that my game works only on vista coz XP dont chave choice option...
|
|
|
|