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: 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: Hi, I'm trying to associate a type of file to an app from a batch file using reg add command: reg add hklm\software\xxx /ve /t reg_sz /d ""%cd%\prog.e...
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: A couple possibilities. C:\programfiles\blah\blah.exe may be a wrong path. If it's actually: C:\program files\blah\blah.exe you will need to put it in...
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 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: 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: I am new to batch programming and need some expert help. Here is what I would like to do: 1. I put any type of some files in one folder 2. Now I wa...
Summary: Hi friends, I want to know does how to run a batch file present on another computer within the domain, from my computer, without logging into the remo...
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: Hi, I wanna create a batch file that when I run the file it will generate a shortcut for an URL that I want on the desktop. Does anyone knows how to d...
Summary: Hey all. I'm trying to write a batch file, but I'm in the process of self-teaching the commands, so I'm wondering if someone can tell me whether or no...
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: on XP Pro I have written a batch file to pen several different programs. I want to be able to open 2 or 3 internet explorer screens going to different...
Summary: I need to create a batch file that adds text to the last line in an .ini file. The .ini file is C:\boot.ini which usually looks like: [boot loader] ti...
Summary: looking for help with a batch file, what i need to do is run it in a folder and have it get all the different names of the files and then output the n...
Summary: Thank you for your help. The following is my batch file ******************************************* @ECHO OFF START "JTalkDB" /Min runServer START "JT...
Summary: I have a batch file that prompts the user for a password, which I then store as a variable to be used later. Is there anyway to hide the text while i...
Summary: Hi!! I need to write a batch file to run an Integration scenario. I am going to explain you better about my problem: your solution is highly apprecia...
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: I'm after a batch file that will press a button. I have used "rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl" to successfully display/access Inte...
Summary: Some simple questions about batch files 1.) Do you write a batch file in NOTEPAD? 2.) Once created, do you save the file as follows: filename.bat 3.)...
Summary: i created a batch file. it goes to different locations on computers, checking file existence and then does some operations like, decrypting, unzipping...