Advanced batch scripting tutorial
This is my advanced batch scripting tutorial it is explaining how I made my super small tic tac toe game
Video Rating: 4 / 5

~Subscribe for more advanced videos!~ Basic things about batch scripting explained by Ayden and Akoosh. Scripts and Descriptions: `@echo off` – Prevents from echoing all of your commands. Very useful. `echo` – Make the batch file display something. Example: echo Hello! `echo.` – Makes the batch file display a space between lines. `pause` – Pauses script and waits for user to press any key to continue. (Echos: Press any key to continue…) `goto (name)` – Warps to a defined part of the script with a colon in front of it. If you have any questions please ask in the comments our inbox is never checked.
Incoming search terms:
- batch scripting tutorial pdf
- batch script tutorial pdf
- batch programming tutorial pdf
- batch script tutorial
- batch tutorial pdf
- batch file programming tutorial pdf
- advanced batch scripting
- advanced batch programming tutorial
- batch file tutorial pdf
- batch scripting tutorial
Related posts:

January 24th, 2011 at 11:14 am
whoa to advanced for me…
January 24th, 2011 at 11:44 am
learn c++ noob
January 24th, 2011 at 11:48 am
C# vs Batch
Who Will WIN?
January 24th, 2011 at 12:30 pm
Excuse me can this be used to make a trojan if i learned this
January 24th, 2011 at 12:34 pm
@FortionFreez what are you asking? do you mean like coppying words to a new batch file or notepad or moveing actuall applications?
January 24th, 2011 at 12:43 pm
@FortionFreez that is FAR to simple please contact a less advanced batch file script creator
its basically
@echo off
:main
echo MAIN MENU
echo level 1
echo level 2
echo level 3
set input=
set /p input=
if %input% EQU 1 goto l1
if %input% EQU 2 goto l2
if %input% EQU 3 goto l3
goto main
:l1
echo THIS IS LEVEL 1
pause > nul
goto main
:l2
echo THIS IS LEVEL 2
pause > nul
goto main
:l3
echo THIS IS LEVEL 3
pause > nul
goto main
January 24th, 2011 at 12:54 pm
okay, so you want a tutorial video about how to make a menu for a game? where you can go to level 1 and go to instructions and go to x,y,z, etc..?
January 24th, 2011 at 1:43 pm
in a form of a sort of menu..
January 24th, 2011 at 1:51 pm
Hey, nice work with the batch scripting, but can you make a movie where you could explain how to make like a menu and when you press a number it performs an action of copying items to assaignt destinations and stuff like that? and ofcourse explain how?
January 24th, 2011 at 2:14 pm
another n00b
January 24th, 2011 at 2:28 pm
@terragot hey i kinda co made this vid and if your looking for an uninstaller i do vb and some other languages and just drop me a message if you need some help
January 24th, 2011 at 2:55 pm
could i do uninstaller with that? how, if possible?