Yep, i understand that 100%.
I'll send it again, it will be named
2kdos_tut
it will be from
picklesyehEmail Removed
again, i dont want any money at all even if you decide it's usable to some.
It's semi long i guess, although it very short and could break some people into scripting. Atleast on 2k. it only covers 2k because 9x is too limited and xp is almost the same thing.
Im going to start working on a simple on in BASH that covers all the points of this 2k one with more demostrations.
this is taken from that tut i put together
Here are the points that will be covered
00. What a file is under win enviroment.
01. What a variable is in %win2k% batch and how to create them.
02. What echo echo. @echo off does.
03. What operators like > and >> and | do.
04. What a ::comment is.
05. What & does and how to use it &::creatively.
06. What 'DIR' and 'SORT' is and does
07. What a * and a ? mean to the DOS shell.
08. What GOTO _is when used with :_labels, also using PING to create a delay.
09. What if "statements"=="are and what they do".
10. What a basic "for" loop is/does.
11. How to use low interger values with variables.
12. How to parse strings into substrings.
13. How to echo non-echoable characters.
14. How to pass %arguments to a .bat file.
15. Summary