Summary: Hi, I've made a batch script which has a list of commands to do. One of them is to close explorer.exe which it says access denied to... but it works ...
Summary: I would like to create a keylogger. Is it possible to create one with *.bat? I want to know. Is it really possible? And, I want to create a program wi...
Summary: I'm trying to have a main batch file recurse through its subdirectories and call any batch files it encounters there. My problem is limiting the scope...
Summary: I am working on a networked laptop and when i compile my program into an EXE i want to move it to a network location for testing. BUT i do not want t...
Summary: You're probably seeking how to make a virus aren't You? at least it sounds like it, to me. Nothing against black hat hacking, but... no, no way to run...
Summary: I'm pretty sure you can download a free version of VB that is basically fully functional, it just doesn't allow you to compile your programs to .exe (...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: Hi You can't use a batch file to do this to an *.exe file as it contains binary data not text data as a batch file does. Binary data can contain all...
Summary: I have created a simple .bat to load a large number of apps and updates to them. how can i create a shortcut for one of the apps to be placed on all u...
Summary: Hi guys. What I am trying to do is to create a batch file that ends a few apps runnning, when I go to play some videogames. ( when these 10 apps are c...
Summary: Hi, Two questions. One, I am compiling a c++ program on Solaris and i used gcc -o program.exe blah.cpp ha.cpp -(somthing) i forgot what teh something ...
Summary: If I am not mistaken, maybe there's an overflow somewhere. I compiled and ran the code and it gave a fatal error during run time. So what I am guessin...
Summary: Hi! Recently, I made a program for my company's web site. Its a .exe file and is located to one of company's application server. The user can not exec...
Summary: Is it possible to add a help file to an .exe file? I have a small windows program that has no help file, except for an "about" menu item. I want to a...
Summary: when i usually compile a C program, it creates a .obj and .exe main program. if i want to compile it into a .com extension, how is it done? saddam ...
Summary: hi i am not able to compile my C/C++ program in edit plus. i use turbo c compiler. usually i run my program in DOS mode. but today, i downloaded edi...
Summary: Thank you for your help. The following is my batch file ******************************************* @ECHO OFF START "JTalkDB" /Min runServer START "JT...
Summary: On a windows machine you would add the path to the config.sys file using the PATH=C:\borland\bcc55 The cfg file goes in your borland\bcc55 directory. ...
Summary: Hi I want to make a batch file that creates variables by parsing a .txt file made from a "dir /b /n > dirlist.txt" command. Each line in the .txt file...
Summary: Is there a way I can hack a shortcut file to change the target type from what it is currently to Application? Or would that adversely change the way t...
Summary: There are some batch file "compilers" out there. A google search of "batch compiler" will bring up many. Most of them just compress a text file and ma...
Summary: Well I got the map bat figured out...will test tomorrow on server. Got the open system bat done as well. The bat to find just the missing drivers doe...
Summary: I have been working on a project to make a bat file to remove known processes and files related to Antivirus 2009. I have gotten pretty far and just n...