+ Rispondi alla Discussione
Risultati da 1 a 2 di 2

Discussione: Notepad2

  1. #1
    Jack Malmostoso
    ospite

    Predefinito Notepad2

    Immagino che sia gia' conosciuto, ma se avete bisogno di un blocco note piu' utile del notepad di windows, provate questo:

    http://www.flos-freeware.ch/notepad2.html

    Oltre ad essere veloce come notepad, ha un sacco di funzioni utili e highlighting per parecchi linguaggi. E' basato sul codice di Scintilla (http://www.scintilla.org/) ed e' sotto licenza GPL.

    Se piace e lo volete sostituire, incollate questo codice in un file di testo, chiamatelo pippo.bat, mettete pippo.bat nella stessa directory di notepad2.exe ed eseguitelo:
    Codice:
    @echo Replacing NOTEPAD.EXE with notepad2.EXE ...
    REM
    REM 1. Prevent the protected file system from doing its thing.
    attrib -r -h -s %systemroot%\ServicePackFiles\i386
    ren systemroot%\ServicePackFiles\i386\notepad.exe notepad.exe.bak
    attrib +r +h +s %systemroot%\ServicePackFiles\i386
    attrib -r -h -s %systemroot%\system32\dllcache
    ren %systemroot%\system32\dllcache\notepad.exe notepad.exe.bak
    attrib +r +h +s %systemroot%\system32\dllcache
    REM
    REM 2. Make backup copies of Notepad in the Windows, System32 and i386 folders.
    copy %systemroot%\ServicePackFiles\i386\notepad.exe %systemroot%\ServicePackFiles\i386\notepad.bak.exe
    copy %systemroot%\system32\notepad.exe %systemroot%\system32\notepad.bak.exe
    copy %systemroot%\notepad.exe %systemroot%\notepad.bak.exe
    REM
    REM 3. Copy notepad2 to Notepad in the Windows, System32 and i386 folders.
    copy notepad2.exe ServicePackFiles\i386\notepad.exe
    copy notepad2.exe %systemroot%\system32\dllcache\notepad.exe
    copy notepad2.exe %systemroot%\system32\notepad.exe
    copy notepad2.exe %systemroot%\notepad.exe
    REM
    @echo Succeeded.
    @echo
    @echo NOTE: When the Windows file protection message pops up,
    @echo click Cancel, then click Yes to confirm your intentions.

  2. #2
    Shogun Assoluto L'avatar di StickyŠ
    Data Registrazione
    09-08-04
    Localitŕ
    Roma
    Messaggi
    36,491

    Predefinito Re: Notepad2

    Buono. Io oramai sono abituato ad Edit++, ma questa e' un' ottima alternativa. Peccato per la licenza GPL...

+ Rispondi alla Discussione

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  • Il codice BB č Attivato
  • Le faccine sono Attivato
  • Il codice [IMG] č Attivato
  • Il codice HTML č Disattivato