Garry's Mod

Garry's Mod

Not enough ratings
HOW TO MAKE "apps" IN NOTEPAD
By Nec
"Game Studio v1.2"

  1. Notepad
    Start NotePad
  2. Coding
    Start Whit @echo off or This will happen:
    whitout @echo off:
    C:\Users\peter\OneDrive\DeskTop\Games>title no title

    C:\Users\peter\OneDrive\DeskTop\Games>echo hello
    hello

    C:\Users\peter\OneDrive\DeskTop\Games>pause1>nul
    whit @echo off
    @echo off disables the Codes, this Can Be using For making apps


    Then Write
    cls
    title TEST
    echo Hello,Press Enter To exit
    pause>nul
    exit





  3. Saving
    Go to Archive>Save as> then Name The Archive: Testing.bat
    The End
   
Award
Favorite
Favorited
Unfavorite
Ez Tutorial
Enter To notepad And write @echo offThen Write cls then Write title Then Write echo then Write pause>nul then write exit (to close the window)
and go to Archive>Save as> and then put the app name.bat
and something like this will appear:
enter the .bat Archive
and see the magic
THE END