Page 1 of 1

a tut on making a .bat file :D

Posted: 18 Oct 2008, 22:13
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

Posted: 19 Oct 2008, 00:08
by ~][FGS][Nobody~
Make it German.

Posted: 19 Oct 2008, 03:00
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.....

Posted: 19 Oct 2008, 03:05
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.

Posted: 19 Oct 2008, 04:46
by Skilgannon
Ah, ty for the info Koth. ;)

Posted: 19 Oct 2008, 13:21
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

Posted: 19 Oct 2008, 13:54
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

Posted: 19 Oct 2008, 14:55
by ~[FGS]SaSQuATcH~
make it Hungarian nub.

Posted: 19 Oct 2008, 16:02
by Kuchcik
I WANT A POLISH CUZ I DONT UNDERSTAND.

try this:

:start
echo owned
goto start

Posted: 19 Oct 2008, 17:00
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.