Summary: Thanks for the tip. I tried that one and ended up with a Type Mismatch Error. I tried dimming the Variable as a a string, and variant with no luck. ...
Summary: I posted down below, but I'll explain my problem a little better. I programming in C. Ok I have two arrays. One has a string in it and the other i...
Summary: No not at all, we have a mixed environment (Mac & PC). I have an automated file/folder delete routine whereby if file date over 30 days old it is del...
Summary: Hello i was busy with creating a batch file with a script to replace empty spaces in file names for a - but the script works fine in the map itself bu...
Summary: I have made a script that it looks and changes file names in other subdirectories but my problem is that this script is going to be placed in a Relati...
Summary: Hello, Can someone tell me how to clean a string inside of "" using sed? My data is in a file: a.xml <Contact type="Email" guid="37126FB6-F92C-4A16...
Summary: Do not mess with the javascript. Use Cascading Style Sheets. It is cross-browser compatable and very easy. Here is an example: A :active {co...
Summary: i wann help plzz some one help . 1. write a program to create a file and store a string in it. write another program to open the file and read the str...
Summary: Hi All. Can anyone help me with a batch file. I want to search a folder with lots of txt files in it and find a string in them and then to display th...
Summary: i have a Quition i hope to answer me Quickly :if u can plz. 1. write a program to create a file and store a string in it. write another program to ope...
Summary: Need to find and replace string in a file using Batch program. It is a text file (but with a different extension simple text and there are blanks in t...
Summary: Hi, is there any possibility, that I can do search and replace in variables? (Windows XP cmd.exe Batchfile) I want to search for the string appearance...
Summary: Hi, Can some one help me with this? I have a bounch of zipped backup Access DB file, named by date. It contains several tables. I want to search a str...
Summary: I think Tom once helped me out on this syntax, but I forgot where I put it now... :( I can successfully search a File Handle (MYDATA) for a search val...
Summary: I'm looking to search through a text file for a string. Once I find this string, I want to read the string on the same line, after it. Let me expla...
Summary: hey, ive got a problem, i have a server(Broadcast) and a client(MulticastSender) speaking to each other (multicasting) and then once the server has st...
Summary: I'd like to replace string with new one in *.srt file. I found similar solution created by M2 here: http://www.computing.net/answers/pr... ----------...
Summary: find and replace "ultra" with extra in files and forders names ============================ hi i want a batch file that search for all files and...
Summary: Hi All, I am relatively new with batch scripting and I wonder if someone can help me out with a challenge. I am trying to parse a text file and replac...
Summary: ALLTRIM() only removes the spaces on the ends of a string. To remove spaces in the middle, you'll need to write your own. this is a C version: int i,...
Summary: I need help making a batch file that will find the string "SERVICEACCOUNT" in the file settings.xml and replace it with the varible %username%. any h...
Summary: Hello. I am trying to write a batch file that does the following: On each of the computers this batch will be ran on is a folder "C:\_Bi-Con_.TMS" i...