Summary: I tried to find a way of sending and receiving messages in an IM type manner with batch, from one computer to another across the internet, for the pur...
Summary: I want to to be able to output a list using a batch file. I have most of what is needed but I cannot add a couple of things to it. I'm trying to make ...
Summary: in regards to a post too old to reply too, subject called "delete a registry key with batch" firstly SN very nice job! your .inf file works great, al...
Summary: I've had the Flu for a while, and was absent from school, so I'm behind in my Java class. I'm stuck at this one program, and I cant figure it out, and...
Summary: I suggest KD-50 you get a book on proper progarmming and read it. Once you have read it you will realise why you cannot make a key logger with a batc...
Summary: I knopw that Python is a programming software, but can it be used to create actual programs, if yes, please give me some tutorials on how to create a ...
Summary: I'm trying to make a chat program (a batch file) to use at my school intranet. Is there any way I could use telnet to send messages to other computers...
Summary: I have a question about writing programs with graphics. I know how to program in C++ and JAVA. I'm not an expert by any means, but my goal is to beco...
Summary: Can someone show me a simple way to create a registry backup using batch. I searched the net with google with no luck, all I need to do is create a ba...
Summary: I havnt been programming in java for too long, but im pretty handy in C++ so :). Im curious as to how I go about making a java program exe. I remember...
Summary: Hi, i am wrighting a chat program in Visual Basic 6.0 using Winsock. I have three computers at home one belonging to me another my sister and brother....
Summary: As was noted in a previous post, you can capture the output of the dos program into a text file if, when you run it, you end it with >>file.txt, so di...
Summary: So I need to make a batch file to change a single word in a text file. For example, in a file.txt file there are lines, this is a text file I want to...
Summary: Is it even possible to use C to program a winsock application? Seems like there isn't much info out there about it. Unless I'm just not looking in t...
Summary: Im running Windows XP, and some basic server .exes in DOS. Problem is, the servers are very unstable, and will crash every hour or so. And honestly, i...
Summary: yea, if you want to make a chatting program in visual basic....definitally look up winsock....that is the primary way to use different connections to ...
Summary: Hi everyone, I have developed some programs in C, that take an image, add some distoration, some noise, get the size etc... (TIFF images) So far I ha...
Summary: i am trying to design a pc game (an rpg). but i dont know what language to use; i am a beginning programmer, so i want to start small; the easiest pro...
Summary: If you make a session in DirectPlay and have people connect to it by entering your IP, how can you find out their IP? Basically I'm making a chat pro...
Summary: I would like to know if their is a way to make a dos like window in Turbo C++(Similar to the DOS editor). It is for an assignment to make a chat progr...
Summary: Keith: You didn't like my first attemp. So here are variations. The following will run using QBasic (from Win98) and handle long file names. The ...
Summary: can someone show me a very simple sample of a batch command that will delete a specific registry entry. thnx alot! I need it to automate the deletetio...
Summary: You can kill a program with the command taskkill. Here is an example of how you kill notepad: taskkill /IM notepad.exe Just save this in a .bat or a ....