Make Automatic 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 T T SOFTWARES
ECHO 2 –
 This info was not given by  T T SOFTWARES 
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.

Date & Time Trick with Notepad

* This is simple, open notepad and type .LOG




Save it as .LOG.txt








 *   Whenever you open the file with that text in the first line in the notepad, it will insert the current date and time at the end of the file. You can start entering your text after that.





www.ttsoftwares.blogspot.com


Have A Fun with Notepad


* Just open Note pad .

* Type   Bush hid the facts .  
               

* Save it with any name .

* Open it Now .

* You can not get back your text written .

* Instead you will Get A Fun Like This .