hi all
i made this tut today 'bout how to make a bat file
sorry but its in dutch now if you want a english version ill make if you ask
plz rate this
a tut on making a .bat file :D
- [FGS]FlyingGhost
- TheDragonMaster
- Posts: 863
- Joined: 16 May 2008, 19:16
- Location: World: Earth Year: 5348 Location: (45673,08664)
a tut on making a .bat file :D
- Attachments
-
- een bat tut.zip
- (661 Bytes) Downloaded 733 times
Mounir12 wrote:Hey guys i am Mounir i was banned cus i lam bugged so someone can unban me (btw i want to be memeber of fgs)
~DJ~ wrote:I don't want to discuss anymore, he's outta his mind!111
ShadowRunner wrote:Altfire is not altfire without Ichotolot...
- ~][FGS][Nobody~
- Illuminated
- Posts: 5348
- Joined: 26 Oct 2005, 16:59
- Location: Schland!
Make it German.
Nobody is perfect...
-----------------------
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
Magus wrote:Maybe one day I will understand your arcane rituals of voting
chin.democ. wrote:You can use light bulbs that emit light, and when shot, do not.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!synthetic wrote:and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
-
- NoNameRANK
- Posts: 1999
- Joined: 18 Jul 2008, 13:27
- Location: The First Dominion of the Unbeheld
im pretty sure they are batch files that are similar to .exe but run in the CMD or the command prompt.
basically they are a bunch of command lines that just make programming a little easier. and the Windows OS is completely dependent on them.
its not hard to make a .bat all you need is notepad and a little knowledge of programming.
basically they are a bunch of command lines that just make programming a little easier. and the Windows OS is completely dependent on them.
its not hard to make a .bat all you need is notepad and a little knowledge of programming.
~][FGS][Nobody~ wrote:Y U GUIZ ALWAYYS KILL TEH HOOKERS IN MY BASE???!!
-
- NoNameRANK
- Posts: 1999
- Joined: 18 Jul 2008, 13:27
- Location: The First Dominion of the Unbeheld
- [FGS]FlyingGhost
- TheDragonMaster
- Posts: 863
- Joined: 16 May 2008, 19:16
- Location: World: Earth Year: 5348 Location: (45673,08664)
here is for the ppl want it the english version
and to nobody my german isnt that good to make this whole thing
my german is just basic
and to nobody my german isnt that good to make this whole thing
my german is just basic
- Attachments
-
- a bat tut eng.zip
- (691 Bytes) Downloaded 756 times
Mounir12 wrote:Hey guys i am Mounir i was banned cus i lam bugged so someone can unban me (btw i want to be memeber of fgs)
~DJ~ wrote:I don't want to discuss anymore, he's outta his mind!111
ShadowRunner wrote:Altfire is not altfire without Ichotolot...
-
- Posts: 3604
- Joined: 04 Jun 2008, 12:21
- Contact:
- [FGS]FlyingGhost
- TheDragonMaster
- Posts: 863
- Joined: 16 May 2008, 19:16
- Location: World: Earth Year: 5348 Location: (45673,08664)
kuch try this
@echo off
echo pwnage
:nub
cls
goto :echo
//it will show nothing
//it should look like this
// cls = clearscreen so it would echo "pwnage" and clear it, thus nothing shows up - K.
@echo off
echo pwnage
:nub
cls
goto :echo
//it will show nothing
//it should look like this
Code: Select all
:nub
echo pwnage
goto nub
Mounir12 wrote:Hey guys i am Mounir i was banned cus i lam bugged so someone can unban me (btw i want to be memeber of fgs)
~DJ~ wrote:I don't want to discuss anymore, he's outta his mind!111
ShadowRunner wrote:Altfire is not altfire without Ichotolot...