Summary: I need help with script that shows uptime of 50 pc's. The script run once a week and it works but i would like the script to overwrite last week resul...
Summary: Hi, I need make a batch file that would search for the line "(0 rows affected)" from a text file, if this line is found it should exit the script, els...
Summary: Hi i want bat script to edit filename.scn ,which is editable thru text editor. ---------S C N file Sample----- CUBEASF SearchPath=SEASONDATA\CIRCUITS...
Summary: Hello, I have about 100 text files. They are full of extra stuff that needs to be cleaned up. The stuff is one or more blank lines, trailing spaces, c...
Summary: Hi I am trying to edit a text file from a .bat file and can't seem to find a command that can crop the ends of the text string. The other solution wo...
Summary: I have a directory with files that all have a prefix where I need to have a cmd or bat script to remove the prefix for all files in the directory. I k...
Summary: I was wondering if someone would help me. I would like to add the line numbers to a text file using a .bat! it is not possible to do this with gawk. I...
Summary: Trying to create a process for work to make things simple. > /tmp/clients.txt > /tmp/scpcom.txt serverip=`hostname -i | cut -f1-3 -d'.'` findsmb | gr...
Summary: Hi i want to change some words in a text file with script or bat example: change all "ab" words to "ba" in file1.txt then write new file into file2....
Summary: I have a bat file that asks for user id and password then executes FTP reading the values in a text file. How do you pass the id and password variabl...
Summary: How do I make a bat script to make a new line after every n'th character in a text file filled with characters without spaces or new lines ...
Summary: dtech10, thats great, exactly what I was looking for! I need to learn more about batch file coding! ricardo647, that script is fantastic, I really ap...
Summary: I’m just getting started with VB Script and I need to figure out how to compare two text files for duplicate numbers and then echo those duplicates....
Summary: Hi I really need some help to do what I thought would be a simple task. I am a real n00b when it comes to programming, but have now spent many hours ...
Summary: Hi Scott, I don't envy you having to give up ksh and learn something else; but there we are. Like Michael J., it's easier to do it than teach it. VBS ...
Summary: I found this code on this forum : It deletes the first 4 lines of a text file, but I only want it to delete the first line... I do not understand this...
Summary: I need a batch script that will remove a set of ip address out of a txt file. these ip address need to be defined in another text file or in the scri...
Summary: hi thanks a lot for the very speedy reply. i didnt really explain myself too well. i have a lot of text files in a folder and every one has a header, ...
Summary: Oops, sorry, two things: You'll want to copy/paste that into a text file and give it a .VBS extension. Then you can just double-click it. Also, it cre...
Summary: Unless you can find another MEM program that is smaller. I assumed from the description of the project that it would have to run from a CD. The mem ...
Summary: Hello, I'm looking for some help with creating a script (of any flavor) that will accomplish the following: I have a vendor supplied executable that p...
Summary: I would like to take the following data from a text file called c:\userexp.txt: =========================================== username1 - Expiration da...
Summary: Hello Everyone, Im looking for a bit of help. I am new to the game of setting up webservers. However I have managed to install an Apache webserver on ...