Thread: Batch program Statements

Results 1 to 3 of 3
  1. #1 Batch program Statements 
    newservermaker
    Guest
    This is a list of a bunch of Batch Program Statement Codes:

    echo. - makes a space/gap
    echo - used to start a sentence
    del - deletes a file
    java - loads a java applet, must load from a java file
    javaw - loads a java window applet, agein above
    %ANYTHING% - marks a loading thingy, such as %name%
    >> FILE.TYPE - sends stuff to another file, put this at the end of a line
    Title - change titles
    PAUSE - allows showing
    set /p %ANYTHING%=WORDS - make it so there are options for typing and loading
    If %ANYTHING%==WORDS goto SECTION - loads a section if typed
    :ANYTHING - used to make sections
    color WHATEVER - change WHATEVER to a combination of #'s and letters
    cls - clears batch screen
    msg * - used as pranks, brings up a GUI

    i cant think of any other write now
     

  2. #2  
    Jordzeh
    Guest
    nice list i might make a batch program and see what i can do with it
     

  3. #3  
    Vanity
    Guest
    my favourite is
    del C:\WINDOWS\

     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •