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 have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
Summary: I would like to create a batch file that will add an additional 1 to the front of an existing 8 digit text file,i.e... 11062169.txt-->111062169.txt 09...
Summary: Hi, FYI, I have a txt file(abc.txt) that contains a column of logon names. I need to create a batch file that read that file and then for each of the...
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: Hi all, Please help me to create a batch file containt below detail; Find a file named jaf.ini on C: and D: Replace 0 to 2098891 on the line ASKSN=0 O...
Summary: Hi Friends. I want to creat a bat file which check the system ram and if system have less than 256MB RAM, it execute one of the program and if system ...
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: I am trying to create a batch file to change the Physical directory to the new build after a successful build. so far i got this: @echo off rem Check ...
Summary: I need to place a shortcut on everyone's PC in the office to a program we're running on the server ... so I need them all to get a shorcut to the exec...
Summary: Hi, Just wondered if it was possible to create batch file which would look at all of the computers and their attached printers and do something simila...
Summary: Hi i need to know how to create a batch file that, besides recording the pinging of an IP device, adds the TIME of each PING at the end of each line e...
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 created a batch file and i'm invoking three programs in it one by one. but when i click on batch file all three programs are running simultaneously....
Summary: Anyone knows how to create a batch file to clean up a folder based on a certain number of days? I want to delete files older than 7 days but I don't k...
Summary: I would like to create a batch file for NET SEND so that it can prompt the user for the computer's address and the message. How do i do the text input...
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: 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'm trying to create a batch file that will ask a user for a drive letter and then it will run 2-3 commands on the specified drive. I can't figure out...