Summary: i need to replace a key word in a text file through cmd script the record length of a record in the file is 2600. i am using below mentioned code for ...
Summary: I currently have a batch file with the following lines at or near the beginning: SET TargetIP=www.somesite.com SET PingCount=10 Rather than have the u...
Summary: I had some great help yesterday with another issue and thought I would try this one. I need to replace 12 characters in a text file with a different s...
Summary: Hi All Probably a stupid question, but does anybody know how to search within a txt file using the XP search tool? i am sure Win98 and Me allowed a fi...
Summary: Provided your "file A" will contain the numbers then it should work: FOR /F "USEBACKQ DELIMS=" %%A IN ("C:\PATH\TO\FILE_A.TXT") DO ( >NUL FIND "...
Summary: Hi I'm trying to create a batch file that will parse a text file and copy these files into the correct folders. The problem that I having is the file...
Summary: Hi I want to be able to find and replace a text string in all files in all subfolders starting at a particular location e.g. replace "xyz" with "abc" ...
Summary: I am trying to get the date in YYMM format and I need to make that a variable for use elsewhere in my current batch file. So far I am using date /t an...
Summary: Start->All Programs->Accessories->Command Prompt->type cd \ Now, go to a desired folder(directory) and type dir > prn It will just print the names of ...
Summary: I would like to know if there is a command similar to MUNGE that I found on this website: http://www.ss64.com/nt/ but it won't work on my newer comput...
Summary: Hello, I have a fairly simple bat file that needs to prompt a user for input....I have found the set /p new_variable="Enter value command....but how d...
Summary: Hi, Ive read you post in this forum and you were great. I just want to ask your help, I have a batch file that contains several records. I have an ent...
Summary: well i just figured out that i need to use compaq recovery disk creator, i have questions though. since my computer has some spywares that i cant remo...
Summary: I am trying to figure out how I can share files on a domain with XP. When I create the file share and go to properties, I can only see local accounts...
Summary: Does anyone know what's in a .csf file? When doing a search in XP for "csf", I get lots of files that appear to have website addresses (ie, "yahoo.com...
Summary: I have a text file with data like following:: Ristorante Tipico Castrum Di Cristofaro Simone Ristorante Via Guido Rhodio - 88069 Squillace (CATANZARO)...
Summary: Hi there, Need some help here. Im trying to figure up how to perform the following from a .bat file 1. obtain user input (assuming user input as var ...
Summary: I must do a search for a string in a .dat file but the Windows XP search program seems to scan all the files except the .dat one. Do you know if there...
Summary: Hi, I hav a dsl connection that needs to enter usernames and passwords in order to log on the internet, but the windows activation process doesn't see...
Summary: Is there a way to insert a text line in between other text lines in a text file that has an ini extension? The new text line is normally placed in lin...
Summary: Which Outlook are you using? Express or Microsoft Office Outlook? Express stores the Inbox and Outbox in a path like this (I assume you are using Win...
Summary: I have some remote users who connect to the domain using a vpn tunnel. Once connected they are using a bat file to copy a spreadsheet to a server. Th...