Popular Post

Showing posts with label notepad. Show all posts

chat with .bat

By : Unknown


chat with .bat


@echo off
Cls
echo Mirovola Messenger
echo ******************
set /p i=User IP :
:A
set /p m=Message :
echo Hack For Fun®
net send %i% %m%
Pause
Goto A


Save this in to .bat file and Open it...

                                        
Tag : , ,

Notepad Trick - Text to Audio

By : Unknown

Notepad Trick - Text to Audio                                                                             

  1. Open Notepad file on your Windows PC.
  2. Copy and paste the below mentioned code :
    Dim msg, sapi                                                                                                                     
    msg=InputBox("Enter your text for conversion–www.ashacks.blogspot.com",      
    "TechVorm Text-To-Audio Converter")                                                                                               
   Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg                                                                                                                                                                                                           

Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs
Tag : , ,

Notepad Trick to Lock Folders

By : Unknown

Notepad Trick to Lock Folders                                                  

 


Lets lock a folder using notepad trick which is named as PICS in your D: drive , whose path is D:PICS

Then the code should be something like this:

ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Pics is your folder name. Use the name of the folder in place for pics. Save the text file as lock.bat in the same drive.

To unlock this locked folder:

Open another new notepad text file and type the following:

ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics

Save the text file as key.bat in the same drive. Here again, pics is the name of the folder. Change it to the folder name you want to lock it.
Tag : , ,
Top | Home | About | Write For Us | Contact | Privacy Policy | Term Of Use | Sitemap
Copyright © 2014 kuch.in All Rights Reserved. Designed by Ashacks Team