Showing posts with label notepad trick. Show all posts
Showing posts with label notepad trick. Show all posts

Dos Trick To Store Confidential Data


 Do you have confidential data to store and want to make it protect so that no one can access your data or never know where the data is?
  • If you hide it using hidden option then it will how in advanced searching
  • If you make them password protect then any one get it or can crack easily using software
There is a better option to hide a confidential data from others and this Can't be accessed by any one until you tel them the reality.
 Step 1: Start -> Run-> Type Cmd -> Press enter

 Step 2: Now Type Notepad File1.txt:File2.txt -> Press enter

The File1.txt is the file to show other user and the file2.txt is the file in which you have to store the data you want. When you press enter after the Command it will open as follow.













If you are using the command first time then you have to click on yes.

Step 3: Now it will open a notepad file where you can store the data which will be hidden from other users.










It Will create a file which will show to every one when you or any one click on it it will show the data you typed in file1 and the data of file2 will be confidential from others.












How to check the hidden Data?
when you have to see the hidden data then simply type the command above mentioned it will open the hidden file you created.

Notepad Cool tricks.

Notepad Hack For Fun with friends. Our
notepad is a best text editor we can write
code here and can save it in any
format as we want. In notepad tricks we 
just type the batch or VB Scripts and save 
then into there Format to execute them by
simply clicking.







1. Opening Notepad or Other software automatically?

I am giving you some of batch file code to use them for have fun with notepad.


@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


type the given codes as they are in notepad
and now save the file but remember to give it a name ending with .Bat
as i save it notepad.bat


2. Want to Play With CD Drive?

The following methods is to play with the CD drive. If you have more then one drive then you must be enjoy this cool trick. Just copy the codes i am giving you.



Set oWMP = CreateObject(WMPlayer.OCX.7)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


Now Delete the " and type them again at there place.
Then name the file having last name with .VBS
Eg. CDdrive.vbs
Enjoy it.


3. Automatically Blinking Of Caps Lock & Num lock lights.

Very interesting and different trick you ever used or heard.
It will start your Caps lock and Num lock blinking it self. Just try the following codes and Make a VBS file.


Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop


Save it as a VBS file. Eg Blink.vbs 

Enjoy tricks and keep Vesting ma blog