Summary: hi, i am assigned to write a small article about computer viruses for the university student magazine. i know that in the old days (DOS, 16-bit), if a...
Summary: how do viruses spread usin winsock..?? dunt u need like a p2p setup..?? like a server & client...i noe viruses can spread usin outlook [email] n msn m...
Summary: Hello. I have close to three years' experience with html/javascript/asp/vbscript/perl. So all of my experience to date has been through browsers. For ...
Summary: Hello every1!! OK...I want to "double-direct" in Batch...if I was u then I wont understand the term double-direct :P, so this is what I wanna do: echo...
Summary: If I had a bunch of documents and i want to put them in C:\Program Files\Microsoft Office\Office10\1033, how would i do it if i just had a .bat and th...
Summary: No, what I wanna do is include an EXE file inside a Batch file...so the Batch file can make the EXE... And it is possible, look here: 1. Go 2 http://w...
Summary: How do i get started in Programming???? I want to be able to programm a computer, not games and sh*t like that, but the real heart of the PC, stuff li...
Summary: Hello every1!! Look...I wanna do something like this: ---------- :xtreme for %%a in (0 1 2 3 4 5 6 7 8 9 0) do set hello=hello%%a.txt ::do the thing.....
Summary: Hi, when programmers edit their programs with hex editors, how do they know which offset to edit? How do they know where their functions are in the m...
Summary: The short answer...You can't do it. The long answer...You can decompile programs, but only into assembly language (and I hear you can also go as far a...
Summary: 1. How do you delete a system file with BATCH??? i wanted to know how to render a pc useless after running a batch file and can you please give the c...
Summary: How do I create a Hotkey with bat, and how can I access the Boot-up files so I could add a Keylogger to them so when it boots up, the Keylogger will r...
Summary: rem ---------- compare .c file list with .o list --------------- for /f "tokens=* delims=" %%a in (c_list.txt) do ( set pathname1=%%~dpa set filename1...
Summary: How do programmers ever make all these 3d games etc in C++?! I looked at a DirectX tutorial once and the code to make JUST A BLANK SCREEN was LOOOOONG...
Summary: how do i do this in a script file? i have files in a folder with the file names similar to below: fluffy.b1 fluffy.b14 fluffy.b25 i want to write a sc...
Summary: I need to run a sript for 25 seconds then read in some new parameters, then run for another 25 s. So I need to know how to run for example a for loop ...
Summary: MY PACKERBELL STATES THAT I NEED (BLINDWAR.EXE URL: Q PROTOCOL) HOW DO I DOWN LOAD THIS FROM THE INTER NET TO MAKE MY COMPUTER READ MY CDROM ...
Summary: I have this project where we have to rate 3 different search engines based on a number of factors. The one that I am having trouble with is speed. I...
Summary: Hey... I have an assignment to figure out what these 11 lines of code do...I'm led to believe it has something to do with the condition codes...Zero i...