Hi, friends . how are you today.

Sunday, 23 June 2013

☺MAKE THE MATRIX.

 

  • To make this, open notepad and type the following:
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save this file as Matrix.bat 
  • Make sure the file type is kept as ALL FILES while saving it as a .bat file.
  • Open the saved file and see the magic.
☺Please, comment us. if you like or no.

☺MAKE QUESTIONS USING NOTEPAD..

☺Want to make something interactive ? Need to make questions ? Here is an example of a question made with notepad where the user got the answer correct.












  • To do this, just type the following code in notepad.
@ECHO OFF
ECHO:
ECHO ………………………………………..
ECHO PRESS 1 or 2 to select your task, or 3 to EXIT.
ECHO ………………………………………..
ECHO.
ECHO 1 – This info was given by Fun PC Life
ECHO 2 – This info was not given by Fun PC Life
ECHO 3 – EXIT
ECHO.
SET /P M=Type 1, 2, or 3, then press ENTER:
echo:
IF %M%==1 GOTO Correct
IF %M%==2 GOTO Wrong
IF %M%==3 GOTO EXIT
:Correct
echo You are right !!
GOTO END
:Wrong
echo You are wrong. This info was really given by Fun PC Life
GOTO END
:END
PAUSE
goto EXIT
:EXIT

  • Now save the file as Question.bat and run the file. Please note that the file type should be kept as ALL Files while saving it as a .bat file.
    You can modify the code for your convenience. Change the bold text and try it out.
  • NOTE:- If you like this post, please comment us..☺

☺OPEN ANY FILE OR FOLDER USING NOTEPAD.

  • Here is a simple trick to open any file or folder or program with notepad.
  • Open notepad and type the following: "  Start path of file ". 
  • For Example :- "  Start d:\download  ".
  
  • Then save the file as Shortcut.bat 
  • Please note that the file type should be kept as ALL FILES while saving it as a .bat file.
  • Then open your Shortcut.bat file. your file or folder is opened.
☺If you want to open some complicated programs such as Firefox, then use this code:
  •  START /d  “path of folder” program.extension
☺Change path of folder with the actual path of the folder, and put the name of the program with its extension. For example if you have a file called run with an extension of .exe in the folder TEST in C:\ drive, then your code should be something like this: START /d “C:\TEST” run.exe  .

Saturday, 22 June 2013

☺NOTEPAD TRICK.....

Have you ever wanted to make your own diary on your computer ? Why not try notepad..

Friday, 14 June 2013

☺CHANGE START BUTTON NAME.

☺:क्या आप विंडोज XP चला रहे हो ?
========================
=> क्या आप "START" बटन की जगह पर अपना नाम लिखना चाहते हो.
=> तो ये स्टेप्स अपनाइए.
=> पहले इस लिंक को फोलो करे और इस सॉफ्टवेर को डाउनलोड करे . ..http://startbtn-renamer.softpedia.com/...
=> डाउनलोड करने के बाद इस सॉफ्टवेर को इनस्टॉल करे.
=> अब इस सॉफ्टवेर को ओपन करे.
=> अब "New Label: " में अपना नाम लिखे.
=============================
आप हमें => http://www.facebook.com/rahulprajapati808?ref=ts&fref=ts <= इस लिंक पर
फोलो कर शकते हो .
=============================

☺CREATE FOLDER WITHOUT NAME.

First:-  
======
(1)  Create Folder On Your Desktop.
  











(2)  Right Click On Folder.

(3)  Select "Rename" .

(4)  Press "Alt+255" & And Press Enter.

(5)












(6)  You Can See The Folder Without Name.
(7)  Thanks For Visit.