Summary: Hi all. I need to create batch file which will take input from a text file and excuate command. My batch file will contains a following command dscvr...
Summary: I have seen many posts and they helped me alot, still I am facing a basic issue. I am working on Win XP. I need a to create a batch file which takes i...
Summary: I have an ini file that I would like to extract a value and pass that value through a condition statement to change value if doesn't exit. Does anyone...
Summary: I have created a batch file to install updates from a mapped drive as follows: :start CLS ECHO Please enter correct update... ECHO. ECHO 1: Update 1 ...
Summary: Hello Reno!! Thanks a gazoolian again. We are making some progress. I loaded it into a cmd window in several mutations... and I finally got one of t...
Summary: Hej! i am new at dos batch files, so i need your help to notice what i am doing wrong. I have built a .NET program called JLMail which can send mail ...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...
Summary: I would like to create a batch file to copy from one network drive to another. \\Desktop\shareddocs\dir1\file1 to c:\douments and settings\all users\d...
Summary: Hi, guys - I have a pretty beefy batch file that I need to do something else now - basically I need to it find the file notes.ini (which could be in a...
Summary: I am using this batch file to delete profiles @echo off delprof /d:15 /q /i /c:\\COM0006 delprof /d:15 /q /i /c:\\COM0009 delprof /d:15 /q /i /c:\\COM...
Summary: I have just started playing with batch files and have no experiance so be gentle with me. I have written the following batch file and my question is t...
Summary: Hi I am currently trying to create a batch file to read text from a file, display it on the screen updating it every 2 seconds and beep if it finds so...
Summary: Greetings, I've been doing some researching on the forum & I can't quite find the exact answer that I am looking for. What I would like is to create...
Summary: Hi guys i would like to create a batch file to change the date in multiple text files but am kind of lost, here is what i have: @ECHO OFF set SrcFolde...
Summary: Hi, I would like to take what the user has set and take it character by character and convert it into somthing else. Example: The user typed in "...
Summary: Just to clarify a few items. I need batch code to add to an existing batch file to accomplish the task in the first post. Sorry for the restriction,...
Summary: So I have an odd problem, and a less than easy way of doing it. Our organization has some house keeping that needs to be done, and I would like to use...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: Hi all - I'm trying to automate the process of disabling various junkware from running at boot on a number of public machines I manage. I need to writ...
Summary: I just want to know the syntax. it would work for all c++ regardless. it's just a simple console application. how can I have a user enter a string,...
Summary: Ok, so I can use "Copy" as well as "Cat" to do to the same thing. Off Topic - Cygwin produces Unix tools for Windows. "Cat" is a Unix tool for concate...
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 a program that creates daily log files that are a lot larger than I would like them to be. I would like to have this so there would be 3 or 4 l...