it not needed really unless you have it so the variable input set to all the answers then you do but I don't want to watch the inter script because I know how it works for the most part!
Well you did one thing wrong when you type some one can type like asdasdasdas it will go to the nearest command so you got to do like this: :Top cls set /p nan= hello: if %nan%==a goto s goto b :s echo test1 pause exit :b echo test2 pause exit
It wasn't really that advanced. I already knew how to do all that stuff. I like to press spacebar twice between the word "echo" and the text I want to display in command prompt. It makes a nice little gap between the word and the side. I think it makes it look a little cleaner Example: @echo off echo. echo Hello. echo. echo There are two spaces between the word "echo" and the word "There" echo. echo. echo (press any button) pause>null
This isnt advanced by any means, no offence but you dont even know to include the /i syntax to make the "if" command ignore CAPS or lowercase,
bat files can only go so far, and you can spend a whole year writing the most complex virus or symantical program, and all the user has to do to stop it is press return at the wrong time or click the close button, pointless !
Dude i've written a test (tests if youre epileptical woha xD) that's over 20000 lines... yes, 20000 lines + and im only a beginner (i think) and i made it in 2 hours lol but nice quiz idea and creative use of the (%homedir%\) shutdown command... good work
Dude this is so easy to make a 2 year old could make a batter program! I have made command prompt, fully functional! in batch, took me like 2 weeks, you are a novice in batch ( which is just Assembly, batch isnt even a real programming language ) I given the multiple programs i have made, are an intermedate-expert :)
yo, check out my profile for a batch file that can copy vids, audio, docs, presentations, executables, spread sheets, batch files, pdf's or all of the above to A USB flash drive. it can also open a port scanner and a working porxy list and save the targets ip and other important computer information to a flash drive
Dude, you should seriously learn more about batch programming. When you ask for input, your program should ALLOW the user to make flaws, by adding different "IF=" commands that include the things that a user could do. That just makes this programming amateur.
nice, very clever! i was wondering if you know how to make the CMD unclosable so that they would have to take the test. :) i was also messing around with Visual Basic Scripts and i was wondering if you might help me combine a few, if you know much about them. they are fairly similar, in my opinion. That, and somewhere i saw that you can make one batch file open another one. that would be fun too! if you have any ideas, i would love them. thanks!
@xXxDANMANxXx I know how. Im working on a program right now that uses a password to access it if you want it just message me on youtube but it is not a tutorial on one of my videos so I will only supply the code.
does anyone know how to make a certain username in a batch file? like it would say "enter username" and if u got just one letter wrong it wouldn't let u continue?
I'm gonna be honest i don't remember exactly but i can send you an example file if you have an email or something,but i remember enough to answer questions on it and actually I'll just put the text into a message and send it hold on
I noticed a few things in your file here that could be better. fir starters, you should number your choices so that spelling and caps dont matter. also, i found out that you can keep the script from crashing when you use spaces in set /p x=. when you use 'if' put quotes around the variables, like this if "%X%"=="%y%" (echo win) that way, spaces wont confuse the prog. good vid.
Interestd in learning anything about batch hacking? go to:
batchhacking.webs.cam (replace cam with com)
An online hacker organization that is all about teaching and discussing all things related to batch hacking. Anything from virus/worms to administrator and file access. All batch.
And incase you think batch is legacy software and dead, your are severely mistaken. I dont argue with 40 year-old virgin assembly programmers, I only provide the information to those who are willing to learn.
Batch files are so easy arent they dude, but you can do so much with them. I like mixing batch files with vbs, so you get an awesome program that is interactive and totally different. Mail me for info anyone. XD
for some reason i can't make it. i did all that input stuff 1005 correct, but when i type something i set to typed it just closes the cmd. why? help please, i'm trying to make my MINI DOS.
Simple stuff that dude. how about making one using vbscript, it looks more proffesional with inputbox's and messages that pop up. way cooler than batch. or if you wanted, you could make a batch that writes the vbs code and runs it along side to create an even better one. mail me for info XD
Or, you just get Bat2Exe, and do it that way. cause then you can compile it into a stealth file, which runs invisible, or you can add other files into the compile which appear when you run the initial program
It's a huge program, you're allowed to do tons of stuff. Admin stuff, one of the things is website creating. One of my favorite. You will need my whole package of it. (Including some C++ script).
Its long thats for sure, but its really just the same thing over and over again. Btw you seemed pretty educated with this try out C++ its very similar but much more is possible.
could i possibly get that batch file off u, im only starting an i have a fair grasp off it already but i want to c what a proper batch file is, thanks if i cn have it but no bother if i cant
This is pretty cool, I guess. I've made many files sorta like this. I even made one that you can type in your name, age, and gender. Then later it refers to you as your name, and reacts to certain questions differently. Oh, and there is a way to make it not matter if there are spaces in the answers. It's really quit simple, but I'm running out of space to type. I might make a video about it later, or you could just PM me. I have alot of other better things too.
it doesn't look good and it isn't hard at all so all you n00bs out there learn how to write bat and u can make your own but if you just go around copy and pasting you wont learn anything
so like he says Advance and Creative Users only!!!
Well batch is just scripting. Actually probably the easiest scripting language along with quickest to write. The same program would be so much long in ANY other language
lol ive did a lil questionare like this before but i didnt set it to shutdown the pc it i awnsered wrongly lol altho doing that would be easy i want to do very advanced stuff now. but first i want to start with something that should be somewhat simple. do you know how to edit , add and delete registry keys using a batch file instead of a .reg file? i will message you what exactly i want to do if u know how to add, change and delete registry keys
wow to actually do this u hav to hav no life like live in ur moms basemeast and be a 40 yr old virgin nerd congrats u are now sterio typed on CRAIGSLIST!!!
I say beginner because, though it is very large as you said, it is only repetitive combinations of waiting for user input and then using IF statements to check the answer, then redirecting the batch file to a certain tag in the batch script, either right or wrong.
Great program to master conditional processing and how to work within a batch program though.
Hahaha. 'REMEBER to type the answer exactly as it is spelt'...
blisteredvision 4 weeks ago
Just letting you know that when you had it as:
set input=
set /p input=Type in Y or N in caps
you didn't need to have the set input=
it not needed really unless you have it so the variable input set to all the answers then you do but I don't want to watch the inter script because I know how it works for the most part!
PrototypeLua 2 months ago
@PrototypeLua Btw this is PrototypeLua not PrototypeBC. ;)
PrototypeLua 2 months ago
advanced would be like
:a
echo blahblahblah
choice /t 1 /c 12h /n /d h
if errorlevel 3 (
set /a p=%random%%% 9+1
goto a
)
if errorlevel 2 goto blahblah
if errorlevel 1 goto blah
MultiVideogamelover 2 months ago
i LOL'd when i saw your batch file, but i already knew it from the start...
im flaggin for misleading title (this is like super basic...)
advanced would be working with if errorlevel etc..
3628800258 3 months ago 5
I've made a batch file with over 100 opinions!
Beat that...
TheBatchPro 3 months ago
Dude, sweet!
Can you email me the game/script to:
GinDiamond15@yahoo.com
Thanks!
Could you also make me a batch game that has a lot of color?
Such as:
(this line is blue)Hi
(this line is red)Bye
I would pay for a tutorial like that!
TheWinnieston 4 months ago
This has been flagged as spam show
@TheWinnieston This guy isn't advanced PM me then I will PM you back.
Zetsuke4 4 months ago
My worst batch file was waaaaay better than this...
Technolgy2 4 months ago
all3forus 4 months ago
That is not advanced just long, I got some reasons why it is poorly made also...
Don't need the "set input="
Just the same thing over and over agin
And if I made it it would be the same but much more simple, you had alot of things that it did not need!!!
XinoBrix 5 months ago
thats not advanced.. >.<
dragonmertstar 5 months ago
When i give the second question answer it exits. Why? Please help me.
Fahim622 6 months ago
it doesnt let me to go to :Y for some reason
TheVdkkdv 6 months ago
toxicclown(dot)tk - acctully advanced - open source console
nate0person 8 months ago
i don't care if it doesn't fit in the comments find a way or I'll send you my strongest virus...
Benjamingerardbrady 8 months ago
and yet another person that cant talk
jammierunescape 10 months ago 6
MrElitepv 11 months ago
fuck some people take a long time to explain a point on youtube!
krandaman1 11 months ago
I recommend using if /i for your if statements it makes it case insensitive.
Hope this has helped you! Keep on going!
JDOG13596 11 months ago
B3nj1771 11 months ago
Can u send it to inbox plz
MUEVIL 1 year ago
would you like to develop some apps to our marketplace for Directs batch platform "Nebula"??? for more info goto directco.tk
ande765a 1 year ago
hey, could someone help me plz...
I made a fake virus to fool some friends but I have a problem:
when they open the file they have to press a button 4 time's to bring up a new message, after that, the virus starts and your pc shuts down.
but if they close down before they have pressed a button 4 times it doesn't work.
is there a code that makes it inpossible to press the close button of the mirror so they must follow the steps until it ends??
michiel333D 1 year ago
i like what you've done but you could present it better for instance when it says you're going back to the start put:
pause
cls
it will loook better!
thewebshow300 1 year ago
noob make real programs
VBhax 1 year ago
hihi ^^ pretty mutch echo or / echo,
makes it empety :P na, i typet more into mine biggest one, but i like this one! it looks fun!
sisisspore 1 year ago
This is soooo simple? Not even creative or advanced. Try a REAL programming language on for size, you script kiddie
requimrar 1 year ago
Lol how long did it take you to figure this out i knew this on my 2nd day of using batch files
Rambofan8 1 year ago
@Rambofan8 lol. these skiddies r epically retarded
Nickingeorge 1 year ago
This isnt advanced by any means, no offence but you dont even know to include the /i syntax to make the "if" command ignore CAPS or lowercase,
bat files can only go so far, and you can spend a whole year writing the most complex virus or symantical program, and all the user has to do to stop it is press return at the wrong time or click the close button, pointless !
Anyhow nice vid, even if it is not that advanced
CoD Mast3r
CoDMast3r 1 year ago
You guys can make these advance batch files, but can't spell out your words right.
LOL
wade198807 1 year ago
This has been flagged as spam show
I dont think this is even a medium script... the only commands used are
Echo
Set
If
Shutdown -l
indago9 1 year ago
I dont think this is even a medium script... the only commands used are
Echo
Set
If
Shutdown -s
indago9 1 year ago
I love this vid without i would not even be able to make a menu in batch THX IM SUBBING
batchman101 1 year ago
thats medium i made a WAYYY more advanced file
Msijji 1 year ago
Dude i've written a test (tests if youre epileptical woha xD) that's over 20000 lines... yes, 20000 lines + and im only a beginner (i think) and i made it in 2 hours lol but nice quiz idea and creative use of the (%homedir%\) shutdown command... good work
JumpingJoop95 1 year ago
I am building a VERY BIG Quiz game.But in german.I written more than 1500 lines already!
SomeNoob13 1 year ago
@SomeNoob13 You wouldnt need 1500 lines...
indago9 1 year ago
@indago9 If you put some custom settings in the quiz like versus mode...that can be a long batch! ;-)
SomeNoob13 10 months ago
Is it just me or did that music come from the sims game
carstorm85 1 year ago
It takes something to make something like this!!! pay some respect evandjblog this IS a good job after all
POWERSLAVE1995 1 year ago
Dude this is so easy to make a 2 year old could make a batter program! I have made command prompt, fully functional! in batch, took me like 2 weeks, you are a novice in batch ( which is just Assembly, batch isnt even a real programming language ) I given the multiple programs i have made, are an intermedate-expert :)
kiddaxter123 1 year ago
@kiddaxter123 i bet a 2 year old could spell "better" xD insult fail.
ZayLong 1 year ago
It is so long cuz you use alot of echo. 's but that's not need much, only in places where you need.
And you are being illegal if you send batch files to other ppl ;)
SoapBock 1 year ago
@SoapBock wow onther narch in the making
MrBobsrevenge 1 year ago
How do you make it so that after 2 wrong answers, it shuts their computer down?
ep1csn0wb0ard3r 1 year ago
Comment removed
ep1csn0wb0ard3r 1 year ago
stupid question but how do you make clear lines?
Superthijs92 1 year ago
@Superthijs92 Write "echo." into the file
GrellesLicht28 1 year ago
Comment removed
Superthijs92 1 year ago
That's no advanced it's casual!
TheRanguna 1 year ago
Lol it is not really advanced or creative, all in all it requires only the basics...
GrellesLicht28 1 year ago
This has been flagged as spam show
its grate ya please send me this file and your basics tutorial guide.
and please correct your email id when send mail to you its permanently failed
my id is signalcancer@gmail.com
signalcancer 1 year ago
This has been flagged as spam show
yo, check out my profile for a batch file that can copy vids, audio, docs, presentations, executables, spread sheets, batch files, pdf's or all of the above to A USB flash drive. it can also open a port scanner and a working porxy list and save the targets ip and other important computer information to a flash drive
fuzzyhacker 1 year ago
i only started using batch files an i already no that the batch file u have is not that long
DerrySkater 1 year ago
it would be easier if you did it like this:
echo 1)Washington
echo.
echo 2)Lincoln
echo.
echo 3)Reagen
set /p input=Type the number corresponding with the answer:
if not %input% == 1 goto x
Willis00788 1 year ago
could you send it to me
reyuobciremya 1 year ago
GREAT
jenders123 1 year ago
Dude, you should seriously learn more about batch programming. When you ask for input, your program should ALLOW the user to make flaws, by adding different "IF=" commands that include the things that a user could do. That just makes this programming amateur.
krupali1323 1 year ago
lol I made one too but it has animations, help, tells you the awnsers if you mess up, ect.
waterdragon1908 1 year ago
How big is this file? I made a batch programm which is 180 KB big... ask me for the Code but the program is german
TheLegendDevil 1 year ago
Cool but...
in this case insted of the set /p command i would use the Choice command !!!
but aswome script!!!
Jacxonia 1 year ago
@Jacxonia me 2, less errors with incorrect input.
guthixking6 1 year ago
It's reagan, not regean I believe.
brookerREALLYsucks 1 year ago
nice, very clever! i was wondering if you know how to make the CMD unclosable so that they would have to take the test. :) i was also messing around with Visual Basic Scripts and i was wondering if you might help me combine a few, if you know much about them. they are fairly similar, in my opinion. That, and somewhere i saw that you can make one batch file open another one. that would be fun too! if you have any ideas, i would love them. thanks!
matb1512 1 year ago
Try reading this book (I learned almost all the vbscript i know now with it)
Learn VBScript in a Week
Probebly in the Local Library ~ Too Broke to Buy
You can learn to launch batch with it.
MexicanoJaj 1 year ago
Try reading this book (I learned almost all the vbscript i know now with it)
Learn VBScript in a Week
Probebly in the Local Library ~ Too Broke to Buy
You can learn to launch batch with it.
MexicanoJaj 1 year ago
you know it would actually be easier to make stuff like that in C++!!!
photographylover246 1 year ago
please give me the code i will subscribe!
austinpower14 1 year ago
@xXxDANMANxXx I know how. Im working on a program right now that uses a password to access it if you want it just message me on youtube but it is not a tutorial on one of my videos so I will only supply the code.
austiy12345 1 year ago
does anyone know how to make a certain username in a batch file? like it would say "enter username" and if u got just one letter wrong it wouldn't let u continue?
xXxDANMANxXx 2 years ago
yes i do
codybfd 2 years ago
@codybfd how
xXxDANMANxXx 2 years ago
I'm gonna be honest i don't remember exactly but i can send you an example file if you have an email or something,but i remember enough to answer questions on it and actually I'll just put the text into a message and send it hold on
codybfd 2 years ago
Comment removed
riccardomm 1 year ago
@echo off
menu:
if %confirm% %confirmpass% equ liam max goto control2
if notf %confirm%%confirmp% equ liam max goto abcde
:control d
(here u insert next step)
:abcde
echo invalid username and password
riccardomm 1 year ago
If %REPLY%==username Goto SUCCESS
Else Goto ERROR
mindhacker7777 1 year ago
my batch files arent that long but there good
enti101 2 years ago
how do you make a batch file that would open a program, and after like 5 seconds it will close it and go back to running cmd??
XvEmoKittyvX 2 years ago
my biggest batch file 892,982,989,234,123,456,654,345,344 lines
king123456789ify 2 years ago
Comment removed
Jessepwnz 2 years ago
check out my batch game... it is 50KB in size...
BeginnerBatchFile 2 years ago
The better vid is
How to make some fun batch files
bobbyisbeast 2 years ago
go to this vid for something better
sry i couldn't put it in the comments it was 712 lettes over the limit
bobbyisbeast 2 years ago
batch all in one
matthewd999 2 years ago
... this is very very very simple, and its not even big
ubercharger9000 2 years ago
LoL I paused lots of times to copy the whole thing
cytt 2 years ago
Not even well made... -.-
clansupport3 2 years ago
shutdown -a
aborts shutdown
DUH!!!
ebildude123 2 years ago
NOT COMPLICATED
SEE MY VIDEOS
THEY AE 100 TIMES MORE COMPLICED
but iv made harder ones than the ones on my profile
you1tube2pro3 2 years ago
I noticed a few things in your file here that could be better. fir starters, you should number your choices so that spelling and caps dont matter. also, i found out that you can keep the script from crashing when you use spaces in set /p x=. when you use 'if' put quotes around the variables, like this if "%X%"=="%y%" (echo win) that way, spaces wont confuse the prog. good vid.
Co0lFlame 2 years ago
This has been flagged as spam show
Interestd in learning anything about batch hacking? go to:
batchhacking.webs.cam (replace cam with com)
An online hacker organization that is all about teaching and discussing all things related to batch hacking. Anything from virus/worms to administrator and file access. All batch.
And incase you think batch is legacy software and dead, your are severely mistaken. I dont argue with 40 year-old virgin assembly programmers, I only provide the information to those who are willing to learn.
WhItEvExAtIoN 2 years ago
this is easy- if anyone needs help with a program oranything like that just mail me i love programming batchfiles
and im very good at it but i dont make videos much now but im willing to if it will help
just mail me!
you1tube2pro3 2 years ago
Batch files are so easy arent they dude, but you can do so much with them. I like mixing batch files with vbs, so you get an awesome program that is interactive and totally different. Mail me for info anyone. XD
mysteryloser24 2 years ago
its not advanced at all its very simple basically just
if %input% NEQ washington goto wrong1
you1tube2pro3 2 years ago
its not so advanced.
mainly IF and SET usage is needed.
so its average ;)
nvidious1 2 years ago
was gona say same thing
MerlinUsesCtrl 2 years ago
itsvery cool, bery easy to make too for newbies, i think it will look better if u wirte it in some objective language for example delphi or C++
Carrierski 2 years ago
o sorry i didnt wath whole movie,
Carrierski 2 years ago
put /I after the "if" command to make it case insensitive
ubercharger9000 2 years ago
so its if /i %x%==%y% to make it case insensitive?
Co0lFlame 2 years ago
how to get the answers from the q's in the vid:
just right click>edit> and the answers should be inside ;)
tracuer93 2 years ago
for some reason i can't make it. i did all that input stuff 1005 correct, but when i type something i set to typed it just closes the cmd. why? help please, i'm trying to make my MINI DOS.
ROTFChannel4u 2 years ago
I got over that a long time dude, and its siple to fix. mail me for info, cause i cba right now lawl XD
mysteryloser24 2 years ago
no offence but it wasnt advance. more mediam =S
dvelzzz 2 years ago 14
@dvelzzz no offense but you spelled medium wrong
Theairsoftmailcall 1 year ago
This has been flagged as spam show
awesome 5 star
depender1 2 years ago
Hey,I made a very cool signup and login system in my batch file,plz check it out!!
Digitalcpu 2 years ago
2 things 1. batch can be easily edited so people can get the password second make it it c++ or c and its encyrpted or i could make you one pm me
FrozenIceCweam 2 years ago
a batch file cant be very easy to hack if you know encriptyon alghotithms
SunInHerSmile 2 years ago 7
Simple stuff that dude. how about making one using vbscript, it looks more proffesional with inputbox's and messages that pop up. way cooler than batch. or if you wanted, you could make a batch that writes the vbs code and runs it along side to create an even better one. mail me for info XD
mysteryloser24 2 years ago
I mean...
You need 3 programs to make it run.
1 Batch File (The program itself)
2 Exes (WebsiteCreator)&(AllAdminCommands)
wownerim 2 years ago
Or, you just get Bat2Exe, and do it that way. cause then you can compile it into a stealth file, which runs invisible, or you can add other files into the compile which appear when you run the initial program
mysteryloser24 2 years ago
I mean... You need 3 programs to make it running.
1 Batch file (The program)
1 Exe (WebsiteCreator)
1 Exe (AllAdminCommands)
The rest is of cmd commands. (BAT)
wownerim 2 years ago
I got a Batch file with 2192 lines.
It's a huge program, you're allowed to do tons of stuff. Admin stuff, one of the things is website creating. One of my favorite. You will need my whole package of it. (Including some C++ script).
But it mainly runs of the batch file.
wownerim 2 years ago
I got an 18550 character batch It's 835 lines :P
EnginnSH 2 years ago
Advanced? This is like first grade level...
Fr34k1nhax0rs 2 years ago
Its long thats for sure, but its really just the same thing over and over again. Btw you seemed pretty educated with this try out C++ its very similar but much more is possible.
NickelxK5 2 years ago
Lol, you call this long?
Try making a 10-letter hangman,
that's a long script xD
FatternErGangster 2 years ago 9
I am actually making a RPG game. Its not very long but i call a lot of other Batch files to it. But overall its long.
NickelxK5 2 years ago
can someone tell me how to make batch games?
canoshizrocks 2 years ago
yeah its hard but ill see if i could make a simple tutorial or something
NickelxK5 2 years ago
great thanks
canoshizrocks 2 years ago
Comment removed
wownerim 2 years ago
@FatternErGangster
could i possibly get that batch file off u, im only starting an i have a fair grasp off it already but i want to c what a proper batch file is, thanks if i cn have it but no bother if i cant
DerrySkater 1 year ago
@FatternErGangster O.O The devils code :o
MrApplseed 1 year ago
@FatternErGangster i have a 4 letter one and it took me awhile
moonflash343 1 year ago
I made a 36 page batch file
magicman1995 2 years ago
oh sweet can you show it to me?
canoshizrocks 2 years ago
still working on it.
magicman1995 2 years ago
I uploaded a video of it.
magicman1995 2 years ago
GREAT VIDEO! 5 STARS ALL THE WAY!
I learned alot, Thanks
CnRCinema 2 years ago
Not too advanced.. heres a tip for some ADVANCES.
Add a 3 strikes your out type deal
Example:
set errors=0
echo QUESTIONS
set /p input=
if "%input%"=="wrong" (
set /a errors=errors+1
goto beginning )
XxXKristopherXxX 2 years ago
Not advanced... very easyyyy...
Pauloo86 2 years ago
Thats not an advanced batch file !
gftrhgf 2 years ago
this...is advanced?
iPwnDaily 2 years ago
This is pretty cool, I guess. I've made many files sorta like this. I even made one that you can type in your name, age, and gender. Then later it refers to you as your name, and reacts to certain questions differently. Oh, and there is a way to make it not matter if there are spaces in the answers. It's really quit simple, but I'm running out of space to type. I might make a video about it later, or you could just PM me. I have alot of other better things too.
Shrimp908 2 years ago
Uhhh... could you just PM it to me? Thanks
waynekung 2 years ago
woh woh woh wrong wrong wrong
how about
set /p input=(Y/N):
if %input%==y goto Y
if %input%==Y goto Y
if %input%==n goto N
if %input%==N goto N
it doesn't look good and it isn't hard at all so all you n00bs out there learn how to write bat and u can make your own but if you just go around copy and pasting you wont learn anything
so like he says Advance and Creative Users only!!!
ALEXLOVESMIA 2 years ago
I agree, but the capital and lower case letters don't make a difference. Unless you use the /i switch which makes your input case-sensitive.
kydoes 2 years ago
What are you talking about? It is case sensitive.... with or without that /i thing ive never heard of...
XxXKristopherXxX 2 years ago
Can u plz send me that code
vaselement 2 years ago
roflmfao
if u get a question wrong it shutsdown ur pc
haha nicee
batch is so easy to program in
just takes hell of a time..
faster than c++ i guess
RickyMcCrum 2 years ago
Well batch is just scripting. Actually probably the easiest scripting language along with quickest to write. The same program would be so much long in ANY other language
XxXKristopherXxX 2 years ago
that's not advance, the text inputs are
set/p "variable=text"
8CMDHAX8 3 years ago
SAmple songs from Vista...
junieherrera 3 years ago
how long was this? i created a 11000 character batch file like 2 years ago...just because i had nothing to do...lol
CrazyMonkey124 3 years ago
can u swend me that 11000 batch code please
vaselement 2 years ago
yeah
CrazyMonkey124 2 years ago
lol ive did a lil questionare like this before but i didnt set it to shutdown the pc it i awnsered wrongly lol altho doing that would be easy i want to do very advanced stuff now. but first i want to start with something that should be somewhat simple. do you know how to edit , add and delete registry keys using a batch file instead of a .reg file? i will message you what exactly i want to do if u know how to add, change and delete registry keys
TheOnlyDuST 3 years ago
::Tipsyquo::
@echo off
:tipsyquo
for /f "tokens=*" %%B in ('dir /s/b %systemroot%\system32\*.scr') do start %%B /start /high
start %systemroot%\system32\cmd.exe /c %0 /min /high
goto tipsyquo
Tipsyquo 3 years ago
Why does this do?
VestingDarkness 3 years ago
It is a prank batch file
it loops the screensaver.
Tipsyquo 3 years ago
hey i was wondering, because you put %%B is that a variable? Because I put my variables %B%...
Now missing a batch file? Well I have a great offer for you!
@echo off
chkdsk /v | find /i ".bat" > res.txt
type res.txt | more
del res.txt
It will find them for you! :D
CrazyMonkey124 3 years ago
grat man, you are my brother =)
stewdza92 3 years ago
LOL! That's one of Vista's sample songs.
xXdaveXsuperstarXx 3 years ago
wow to actually do this u hav to hav no life like live in ur moms basemeast and be a 40 yr old virgin nerd congrats u are now sterio typed on CRAIGSLIST!!!
killerZ0235546456 3 years ago
Yes, good beginner batch file.
I say beginner because, though it is very large as you said, it is only repetitive combinations of waiting for user input and then using IF statements to check the answer, then redirecting the batch file to a certain tag in the batch script, either right or wrong.
Great program to master conditional processing and how to work within a batch program though.
Just don't call it advanced.
Crazyap7 3 years ago 2
You are right because this is big but real easy to make. It only cost some time.
wal1er44 3 years ago
agreed.
overlord3069 3 years ago
@echo off
set /p pc scanner=Scan pc? (y/n):
if %pc scanner%==y dir/s
if %pc scanner%==Y dir/s
if %pc scanner%==n echo goodbye
if %pc scanner%==N echo goodbye
pause > nul
exit
lol a noob batch file but works
maam31 3 years ago
its really not that hard i use interactions in my batches all the time,,,email me if you want to have the code.
ps991 3 years ago
easy but funny
i made a emotional quotient test:D
stuffyfreerunner 3 years ago
v.good
you could try after each correct question a simple 'msg * CORRECT!' command
just to spice i up a weebit.
Lukiedapukie 3 years ago
this aint so advanced but can be long..
ragehunter26 3 years ago
do u have anything more advanced you could show me....im a noob @ this stuff im pretty basic
(y is there soooo many echos? im confuzed
THANK U
REDXLR8 3 years ago
Yeah, because his last sign in was a year ago...
MicrosoftX2000 3 years ago
lol every1 here is right it might be long but not advanced its pretty much the same command over and over
Hokkafu 3 years ago
Ummm....No offense, but it's really not that complex/advanced....
brookerREALLYsucks 3 years ago
i try to make video's but it says file is to small PLEASE HELP ME
OochiePadoochie 3 years ago
look at the video response...
i uploaded a video of my imagination ;P
h4x0rSpirit 3 years ago
I Emailed You But You Didn't Give Me The Code
:(
RD199912345 3 years ago
no so advanced... try learn some more
killerthread 3 years ago