Change the icon of your pendrive.Wanna learn how to change the icon of your pen drive. Step1- Copy the icon in the root directory of your pendrive. Step2- Open notepad & type [autorun] icon="icon src" Step3- Save it in the root directory of your pendrive naming it 'autorun.inf' & hide the both icon and autorun.inf Step4- Eject your pendrive and again insert. Now it works. If you have any problem then comment. |
Create your own screen saver.(Copy the lines below and above "_________" in QBASIC) _________________________________________ SCREEN 12 LINE (0, 0)-(640, 480), 15, BF DO X = INT(RND(1) * 640) Y = INT(RND(1) * 480) Z = INT(RND(1) * 50) + 10 COLOUR = INT(RND(1) * 14) + 1 COLOR COLOUR CIRCLE (X, Y), Z, COLOUR PAINT (X, Y), COLOUR IF INKEY$ = CHR$(27) THEN EXIT DO LOOP ________________________________ |
|
IT Park
Subscribe to:
Posts (Atom)
No comments:
Post a Comment