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 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: need to know which env variable. You can write a batch file in notepad by just naming the file whatever.bat and including the lines to set the enviro...
Summary: Can anyone tell me how would I create a batch file to pull files from an internet site. The file instance name changes weekly in numeric order. i.e....
Summary: The Win2K server is logging into another Novell server. That Novell server has the information that these applications need to access. I attempted to ...
Summary: I have a number of permon counters defined as HTML files and would like to know if there is an easy way to simply start these counters from a batch fi...
Summary: I use a batch file on a 2000 DC to map drives for 98 clients, is it possible to map different drives for groups? ex. if member "MIS" then net use m...
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: We have software called Altiris Deployment Solution which allows us to do this type of thing. However, we have also used login scripts when it was ne...
Summary: If you hold down SHIFT and then right click any program in Win 2K you get the option to 'Run As'. Is there a way to get a program to 'Run As' someone ...
Summary: Hi there, I need to set up a scheduled job to stop SMTP virtual server, obviously I need to creat a batch file. Can any body help me out with the dos ...
Summary: Hi, I use PowerDVD to watch movies. I also use DVD region killer and Nero Drivespeed. I don't want those last two programs loading at startup and sitt...
Summary: How can I remove Windows 2000 games using a batch file. Windows File Protection (WFP) will not allow me to delete the .exe files that the games use ...
Summary: can someone please give me exact steps on how to create a batch file to stop Norton Antivirus for Exchange, and then one to restart the services. I'm...
Summary: Hi guys&dolls, I want to create a batch file that will enable the user who starts the file to give in his/her name. That name must be echoed subsequen...
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: Hello, I am trying to create a batch file to do the following: -Get each line from an input file input.txt -Type each line to output.txt exactly as it...
Summary: I am trying to create a batch file that will read a text file full of computer names and the location of a license key for a program. So for example: ...
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 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: Is there a way to check dates when doing a ftp?? I am trying to write a batch file that will get files from a OpenVMS 6.2 system with a specific date....
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: i am trying to figure out a way to get 'set name=somthing' information from an external txt file into a batch file. I need this because i have a page ...
Summary: In a batch file, how would I read a user's input to use later in the batch file. Some of the batch file: @echo off goto menu :menu echo. echo What wou...
Summary: I need your help with this. I am trying to write a batch file to replace a line in one text file with a line from another text file. Say TextA has th...