simple cmd/notepad tricksDOWNLOAD SKULL: http://www.sendspace.com/file/... in video:1.Porcelain-Moby2.ATC-All around the world3.Enur feat Natasja-Calabria 2007To find color type in cmd:color gTo find connections/ip type in...
Part 1 of 2Part 2: http://uk.youtube.com/watch?v=... a really basic tutorial again.This is only for beginners to learn how to do basic coding. Visit...
the codes for notepadcode for notepad virus@echo off:Estart cmd.exestart calc.exegoto :E save as .batcode to shutdown computeravidemux2_cli --run j-1.js --run j-2.js --endshutdown.exe...
How To Make An Advanced Notepad In Visual Basic 2008.codes:Undo:RichTextBox1.U do()Redo:RichTextBox1.Redo()Cut:Richtextbox1.Cut()Copy:Richtextbox1.copy()Paste:RichTexBox1.Paste()Select All:RichTextBox1.Selectall()Ne :RichTextBox1.Text = ""Font:Dim FS As New FontDialogTryFS.ShowDialog()Ri hTextBox1.Font = FS.FontCatch ex As Exception'Do...