Summary: Ok so heres the problem. I am trying to make a batch file that will autorun on a cd and delete a text file I have on my desktop. The autorun works and...
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title A...
Summary: I am wanting to make a batch file that will do several things. Take a certain file folder (and all its contents) from a certain location and delete it...
Summary: Hi I recently made a batch file which displays certain information for certain people only when they type in their codename. (which only they know)...
Summary: Hi, Could you guys help me make a batch file which will replace an entry in the text file - coming from an environment variable? Basically it'll just ...
Summary: Hi, Does anyone know of a way to make print screens through batch files ? I would like to take a print screen and save it to a picture format through...
Summary: I have been working with this assignment for afew hours and I am having trouble getting it to work right..... I am fairly new at cmd. Help would get ...
Summary: Hello, I want to create an exe file from a batch file and 2 other exe file. How can I do this? I want it so that when I click the exe it runs the batc...
Summary: hi im trying to make a batch file that makes a .reg file but its not going as i planned this is what i have so far, can you tell me what im doing wron...
Summary: I am trying to use the hostname as a conditional in a batch file. I would like to use the alias (not %COMPUTERNAME% mind you) I added to the hosts fi...
Summary: yourr right burrble, it is like that. I just couldnt write em and make em work no matter what i did, so i just exported the keys and changed them how...
Summary: Hi I'm sending files to a friend that have been split using a program and they are joined back together by a batch script using copy /b The thing is...
Summary: I am unable to pipe\rediret text within a single batch file with the intention that all text lines are available to ECHO and located at the end of the...
Summary: Hi Guys, Is there a way I can make a batch file make another batch file with a script? I have already got: \>pw.bat now how can I make it write the...
Summary: Hi. I have a text file that has a bunch of stuff that I don't need, but I just need the last line of text. Is there any way to make a batch file that ...
Summary: I have a hobby of making batch files and was wondering if it is possible to use sound in a batch file. If so, can you tell me how? I hope you can he...
Summary: I am trying to create a batch file to kill a process only if it is running. I found a pskill tool from windows xp tool site but when I put it in the ...
Summary: Hi, I'm trying to make a batch file using DOS commands to backup multiple user profiles on a xp computer. I am able to print all of the user profile f...
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: I make reminders using a batch script that echos stuff and the scheduler thing in xp. The problem is the batch script doesn't show up when I'm watchin...
Summary: I have 2 questions 1) How can I make bold lines in cmd. Like have a title and a bold outline surrounding it. I once heard that you need to use like un...
Summary: Hello, I've tried to find what i was looking for on the forums and the internet and have not been able to find an answer yet. Here is the situation: I...
Summary: Ok, I need to make a "Double Variable". What I mean by this is accually make a batch file process a variable inside of a variable. Example: @echo off ...
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...