a tut on making a .bat file :D

DJ's Place
Post Reply

your rate

1-3
0
No votes
3-5
0
No votes
5-7
0
No votes
7-10
1
17%
i cant rate it i want english
2
33%
i dont give a sh*t
3
50%
 
Total votes: 6

User avatar
[FGS]FlyingGhost
TheDragonMaster
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

Post by [FGS]FlyingGhost »

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
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...
User avatar
~][FGS][Nobody~
Illuminated
Illuminated
Posts: 5348
Joined: 26 Oct 2005, 16:59
Location: Schland!

Post by ~][FGS][Nobody~ »

Make it German.
Nobody is perfect...
-----------------------
ô¿ô¥[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.
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.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
Skilgannon
NoNameRANK
NoNameRANK
Posts: 1999
Joined: 18 Jul 2008, 13:27
Location: The First Dominion of the Unbeheld

Post by Skilgannon »

I have to ask, a .bat file for what? And what precisely is a .bat file? I've seen 'em lying about on my HD somewhere.....
* Since when were you the one in control?
User avatar
Kothar
The Warbeast
The Warbeast
Posts: 1375
Joined: 21 Feb 2006, 21:19
Location: The Depths of Hell

Post by Kothar »

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.
"Without deviation progress is not possible"
~][FGS][Nobody~ wrote:Y U GUIZ ALWAYYS KILL TEH HOOKERS IN MY BASE???!!
Skilgannon
NoNameRANK
NoNameRANK
Posts: 1999
Joined: 18 Jul 2008, 13:27
Location: The First Dominion of the Unbeheld

Post by Skilgannon »

Ah, ty for the info Koth. ;)
* Since when were you the one in control?
User avatar
[FGS]FlyingGhost
TheDragonMaster
TheDragonMaster
Posts: 863
Joined: 16 May 2008, 19:16
Location: World: Earth Year: 5348 Location: (45673,08664)

Post by [FGS]FlyingGhost »

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
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...
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Post by ~DJ~ »

k i clickz, if me pc die. me kil u
k

k


k?






Simply right click, then EDIT before clicking any batch files. k students? thats the first leason. kk
~[FGS]SaSQuATcH~
Posts: 3604
Joined: 04 Jun 2008, 12:21
Contact:

Post by ~[FGS]SaSQuATcH~ »

make it Hungarian nub.
User avatar
Kuchcik
Teh gravn00b
Teh gravn00b
Posts: 2622
Joined: 25 Oct 2006, 20:42
Location: central europe shithole

Post by Kuchcik »

I WANT A POLISH CUZ I DONT UNDERSTAND.

try this:

:start
echo owned
goto start
User avatar
[FGS]FlyingGhost
TheDragonMaster
TheDragonMaster
Posts: 863
Joined: 16 May 2008, 19:16
Location: World: Earth Year: 5348 Location: (45673,08664)

Post by [FGS]FlyingGhost »

kuch try this

@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
// cls = clearscreen so it would echo "pwnage" and clear it, thus nothing shows up - K.
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...
Post Reply