Summary: Hello, I have problems writing batch file. I need to read from a file lines in FOR-loop and write them to another file without CR/LR. I have tried to ...
Summary: Hi, I would like to read text file e.g. abc.txt from batch file. There will be only one line in abc.txt file as given below... InstallationPath...
Summary: How do I input a value using a batch file. For example, In perl i would say $input = ; similairly in a unix shell scrips I will say read input; MY QUE...
Summary: Hi, I have an output-list (master.txt) that consists of multiple lines. Each line contains a (part of a-) filename. Example: orderref_010134 orderref_...
Summary: HI dtech , Thanks for the concern .. i guess i should have explained the scenario a little more .. I have a batch file which has to read certain lin...
Summary: I am looking for a way to xcopy files from one share to another using a batch file. I would like the copy to not prompt or overwrite files that are th...
Summary: Trying to write a batch file that will pull file names from a text file that I created with a dir /s /b command. I am trying to copy multiple files ...
Summary: Hi there. I may have posted this in the wrong topic area before, so I thought I would try moving it here. I have just recently found myself in the rea...
Summary: I am not to sure, all i need to do is find a function or some functions that work inside of a batch script that basically translated into english from...
Summary: Then you must be writing the batch file wrong. Let's say you have the shared folder: \\server_name\share with several folders underneath it. ex: fol...
Summary: I am creating a cd with all the latest patches and programs that I install on my domain. To make things easier I am using Microsoft's hfnetchk progra...
Summary: Has anyone wirtten a batch file or know of a program that I can use with win2k to close a program that is running. I have software running on my machi...
Summary: Hello. I'm in the process of creating a batch file. I'm copying files from a network drive. I can get all the files within a folder but I cannot co...
Summary: My understanding of your question is that you what the batch files to execute on the server where each batch file is physically located but you want t...
Summary: Hi i have 7 computers running w2k as client and one server. I would like to ceate a batch file to delete the temp,histroy,cookies and temporary intern...
Summary: deltree is not included in windows 2000 (oops) but you can probably copy the command from another machine and it would work fine. Also in win2k you ca...
Summary: Does anyone know what command to put in a batch file that would delete a specific registry key upon start-up? There's a key that keeps appearing whene...
Summary: i have this dos command which will automatically scan ips in the given range . FOR /L %i IN (42,1,46) DO ping -a 192.168.1.%i it runs ok from command...
Summary: OK, I've configured a laptop that a user is going to use 3 days a week here at work, 2 days working from home, VPNing to work. She has 1 NIC card, and...
Summary: I am trying to click a link on my web page that links to a simple batch file (Using IE). The problem is I want it to execute the batch file immediatel...
Summary: Hello, i'm trying to right a batch file that will create a new folder based on the system date (mm-dd-yy or mm-dd-yyyy). i'd also like to copy data i...
Summary: Hi every body, I have an issue, so every day i have to format a floppy and to label it with the current date in the format:YYYYMMDD. I would like to w...