notepad coding

Notepad++ is a text and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. The product's name comes from the C postfix increment operator.
Notepad++ is distributed as free software. At first, the project was hosted on SourceForge.net, from where it has been downloaded over 28 million times, and twice won the SourceForge Community Choice Award for Best Developer Tool. The project was hosted on TuxFamily from 2010 to 2015; since 2015, Notepad++ has been hosted on GitHub. Notepad++ uses the Scintilla editor component.

You do not have permission to view the full content of this post. Log in or register now.
  1. L

    Closed Pc simple matrix trick

    Yo guys! Alam ko marami na nakaka alam nito... Pero share ko lang para don sa mga di marunnong nito... Pano gumawa ng Matrix with notepad Follow the Steps lng mga ka PH 1.Open notepad. 2.Paste this code to notepad: echo off color 02 :tricks echo...
  2. C

    Closed access some program easily using notepad and cmd

    steps: 1.)open notepad 2.)type this code echo off title Select Program :start cls echo options echo 1. Calculator echo 2. word echo 3. cmd echo 4. Notepad echo 5. Lock PC echo 6. Log Off echo 7. Exit set /p var=What Would you like to open? (The Selection no) IF '%var%' == '1' GOTO calc IF...
  3. C

    Closed code for making a simple quiz game using notepad and cmd

    steps: 1,)open notepad 2.)type this code; echo off :menu cls echo Hello, Welcome to salazar's Game echo What would you like to do ? ? ? echo 1) Start Game echo 2) Exit Game set /p letter= if %letter% == 1 goto start game if %letter% == 2 goto to exit game goto menu :start game cls echo Level 1...
  4. C

    Closed how to make stopwatch using cmd and notepad

    steps: 1.)open notepad 2.)type this code Countdown: echo off title Timer set time=30 (you can make the time whatever you want) :loop set /a time=%time%-1 if %time%==0 goto timesup echo %time% ping localhost -n 2 > nul goto loop :timesup echo Time is Up! echo Press Any Key To Exit! pause >nul...
  5. C

    Closed how to make matrix code

    steps: 1.)open notepad 2.)type this code echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start 3.)save it as "name na gusto niyo.bat" e.g matrix.bat=====choose all files set niyo sa desktop ang...
  6. C

    Closed how to recover lost rar password that is in number form

    steps; 1.)open notepad 2.)type this code: REM ============================================================ REM errorcode401.blogspot.in echo off title Rar Password *****er mode con: cols=47 lines=20 copy "C:\Program Files\WinRAR\Unrar.exe" SET PSWD=0 SET DEST=%TEMP%\%RANDOM% MD %DEST% :RAR cls...
Back
Top