Archive for the Category ◊ Program ◊

Most of viruses are transferd through pendrive so never open pendrive directly from My Computer.
Here are few steps to be secure from pendrive viruses to transfered in your system.
We use this method and we are secure from pendrive viruses.
1. Click Start > Run and type cmd or command and press enter.
2. Type the drive letter of your pendrive eg; G:
3. type attrib *.* -h -r -s ( It disables the hidden, read-only and system files )and press enter.
4. Type dir ( It shows all the directories and files contained in your current drive )
5. Type del autorun.inf and press enter
like above u can do same process for following
del auto*.inf and press enter
del auto*.* and press enter
del new*.exe and press enter
del rav*.exe and press enter
del adobe*.exe and press enter
del scv*.exe and press enter
del knight*.exe and press enter
del *.vbs and press enter
del fun.exe and press enter
del dc.exe and press enter
del smss.exe and press enter
del explorer.exe and press enter
del iexplorer.exe and press enter
del isetup.exe and press enter
del kinza.exe and press enter
del Funny*.exe and press enter
del xmss.exe and press enter
del Virusremoval.vbs and press enter
Here is alternate way to make a Virus removal bat file.
First read all carefully and proceed the task.
1. Click Start > Run and type notepad and press enter.
2. Copy and Paste the below codes in notepad.
REM ( Don’t forget to change the drive letter of pendrive in ur own )
@echo off
REM execute(double click) this file and LogOff and Re-Logon your computer
echo —————————————— > www.rajan.net.np.log
echo .
cd >> www.rajan.net.np.log
time/t >> www.rajan.net.np.log
date/t >> www.rajan.net.np.log
echo .
echo “Thank you for using www.rajan.net.np.BAT” >> www.rajan.net.np.log
echo Please, Use it as your own risk! >> www.rajan.net.np.log.log
echo .
echo —————————————— >> www.rajan.net.np.log
attrib www.rajan.net.np.log +s +r
I:
REM (Change above drive letter with PenDrive Letter. If your drive letter is E: replace I: with E:)
attrib *.* -s -h -r
del autorun.inf
del auto*.inf
del auto*.*
del new*.exe
del rav*.exe
del adobe*.exe
del scv*.exe
del knight*.exe
del *.vbs
del fun.exe
del dc.exe
del smss.exe
del explorer.exe
del iexplorer.exe
del isetup.exe
del kinza.exe
del Funny*.exe
del xmss.exe
cd < 1.txt
REM if there are no Executable files of yours then remark above line
echo.
echo —————————-
echo PenDrive Virus Remover
echo.
echo By: www.rajan.net.np
echo mail@rajan.net.np
echo Kathmandu, Nepal
echo UPDATE : 3/2/2008
echo ————————–
pause
3. Save as www.rajan.net.np.bat

Category: Computer, Program  | Tags: , , ,  | Leave a Comment
C Program to Propose a girl
Thursday, May 10th, 2012 | Author:

#include
#include
#define Cute beautiful_lady

main()
{
goto college;
scanf(“100%”,&ladies);

if(lady ==Cute)
line++;
while( !reply )
{

printf(“I Love U”);

scanf(“100%”,&reply);

}

if(reply == “GAALI”)
main(); /* go back and repeat the process */

else if(reply == “SANDAL “)
exit(1);

else if(reply == “I Love U”)
{
lover =Cute ;
love = (heart*)malloc(sizeof(lover));
}
goto restaurant;
restaurant:{
food++;
smile++;
pay->money = lover->money;
return(college);
}
if(time==2.30)
goto cinema;
cinema:
{
watch++;
if(intermission){
coke++;
Popecorn++;}
}
if(time ==6.00)
goto park;
park:
{
for(time=6.30;time<= 8.30;time+=0.001)
kiss = kiss+1;
}
free(lover);
return(home);

}

Another program

include
include
include
#include
#define Cute beautiful_lady
main()
{
goto college;
scanf(“100%”,&ladies);
if(lady ==Cute )
line++;
while( !reply )
{
printf(“I Love U”);
scanf(“100%”,&reply);
}
if(reply == “GAALI”)
main(); /* go back and repeat the process */
else if(reply == “SANDAL “)
exit(1); //exit with an error code
else if(reply == “I Love U”)
{
lover =Cute ;
love = (heart*)malloc(sizeof(lover));
}
goto restaurant;
restaurant:
{
food++;
smile++;
pay->money = lover->money;
return(college);
}
if(time==2.30)
goto cinema;
cinema:
{
watch++;
if(intermission)
{
coke++;
Popcorn++;
}

if(time ==6.00)
{
goto park;
free(lover);
return(home);
}
if(time ==9.30)
goto pub;
pub:
{
friends++;
party++;
booze++;
if(pub.close()){ pay->bill;
come->out;}
}
if (highly->intoxicated)
goto friendsroom;
else
{
sweetpan++;
polo++;
}
friendsroom: { goto sleep; }
sleep: { *(dream)=love; }

}


Category: Love Tips, Program  | Tags: ,  | 52 Comments