Summary: Hello every1!! Look, I need to remove all lines that say "Echo is off." from a text file using Batch. How can I do this?? Thanx!! ;) El-Trucha ...
Summary: I need to import data from a webpage into excel spreadsheet. Currently I cut and paste but this very tedious and formating the data to fit into spread...
Summary: hi guys, The input file is coming like ddddddd zzzzzzz ROW_NUMBER,NAME,SAL 1,aaa,5000 I need to read data from the file from the column name ROW_NUMBE...
Summary: I do hope I'm posting in the right place, (this type of forum is new to me) If so, I have an XP batch file prob. I'm trying to delete this from a text...
Summary: No...:( What I need is to replace text from a file, this would be the "pseudocode" (or whatever it's called...) overwrite "hello" with "helloez" in "m...
Summary: Hey! i have a txt file that contain a large numb of database! i need to delete the column that have a date less than 2006! can i create a batch file, ...
Summary: Ok I am trying to load text from a file into a multiline text box and it loads all the lines except its loading them all over each other on the first ...
Summary: Hi there, I'm trying to read data from a file that looks like this: 0 0 0 0 0 12 46 133.4 2374.4 123.3 12 9 0 0 0 0 0 0 0 etc etc... Into a 2D-array i...
Summary: I'm working on a bash script so that data can by imported in a program. I worked out everything so far but I'm stuck at on last step. I need to change...
Summary: I am trying to write a C++ program and I need to extract data from a file in binary and have sections of it, about 9 8 bit sections (or 9 digits of bi...
Summary: hi all i need to pull numbers from a string (comments) and if i get 13 numbers then populate another field, this is to pull a possible barcode out of...
Summary: Need to update file myfile.cmd Myfile.cmd contains mapping ex. net use s: \\mycomputer\d$ 1. make copy of the orginial file as myfile.old 2. is the...
Summary: Hi, I want create a batch file to copy some specific(variable) text from a file A.txt to another file B.txt's specific location (in between a line...
Summary: I did a similar script like this to upload files from forms. It relied heavily on regular expressions, which is what I would use here. If you want t...
Summary: Here's an overview of what I'm trying to do: We have a number of employees that are running Office XP, Office 2003, Office 2007, plus Visio and Projec...
Summary: Hi, guys - I have a pretty beefy batch file that I need to do something else now - basically I need to it find the file notes.ini (which could be in a...
Summary: Hi All, I am trying to delete files in a ftp box.file will be present in the below format in the ftp box. abc_200080304122334.txt abc_20008030313544.t...
Summary: I want to start programming in asp.net, ado.net etc.. on my IIS 5.0 server i installed the .net 2.0 framework. When i create a simple .aspx file in no...
Summary: hi i am trying to delete a specific line of text from a textfile using the windows commands, easy to do with sed, but harder in windows :( any help wo...
Summary: The program I am writing will ultimately FIND occurrences of predetermined strings from a text file (in this case the output of systeminfo) I can extr...
Summary: Hi M2G. But why? > newfile & setLocal EnableDelayedExpansion Only the first word in the first line of the text file is being extracted, delayed expa...
Summary: Hi, I want to delete all the folders from a UNC path using batch. Suppose i have 2 folders(JAR and WAR) inside //server1/Application UNC Path. Now i ...
Summary: I have share on a server in which i have files being saved to. I need to purge this folder every so often of files that are no older then 2 days. I ha...