Summary: how are the files named inside the zipfile? (ie what, if any, extension). you would need to put the unzipped files into their own directory unless the...
Summary: I have fixed problem with records that contain "flight" elsewhere in the line by using "findstr /b", but I can't replicate the missing delimiter.... T...
Summary: Hi, Im trying to create a simple batch script which i can leave running as a scheduled task and will build an output file containing a list host names...
Summary: HI, I have about 400 xml files that have error in the productID line: <Product productID="0001"> the 0001 needs to be replace with another value w...
Summary: Hello Experts I am not a script-writer, by any means, so I am in need of some assistance please ! I am looking for a simple DOS batch file that, whe...
Summary: Hi, Am tryin to develop a dos based application for displaying time in the taskbar when the window is minimized. The code goes like this. @echo off :t...
Summary: Correct, becuase you are only asking it once each time you run the script. Is this part of a bigger script and you want to call the question as a fun...
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'm a programming newbie and could use a hint on how to get started with reformatting this file. I use AWK a lot and have done a bit of simple P...
Summary: Hi I need to delete the first 27 lines of a file then write in a line on top; I have the script which do exactly the same but since the file I need to...
Summary: @MayhemMehod gawk is just an executable, much like ping.exe , ftp.exe. You can run it inside your batch file as per normal eg @echo off .... gawk '{g...
Summary: What is the language of coding given? What software to run it? It is the first time i use dos. It's an xp batch file. Just a simple text file with eit...
Summary: hello experts, i need your help to rename a folder in batch script with time and date for example MyFile__22_05_2009__6_20 ren C:\amab_fin\temphold M...
Summary: Ok, I don't intend to be mean but try this: disregard everything you know about the circumstances of the problem, read your post and consider the info...
Summary: "can i attach " You can't. But since scripts and CSVs are text, you can paste them in. If the CSV is a monster just paste the first, let's say, 30 l...
Summary: HI All, I want to write a batch script which will Unzip all the .Zip files from a folder A(inside the Folder A, there will be more than 1 .Zip files) ...
Summary: Hello wrs I can help you get what you want. But i'm afraid it's not a Batch file. I tried doing it in a batch file but failed. But it is possible with...
Summary: Hi M2 , thank for the quick reply , i excuted your script on my HTML File i got the results wrong. i should get 36 Success count and 1 Failed Count i...
Summary: Okay test to see if this will work for you. Instead of using the basename, I changed it to split the filename by using the .'s as the delimiter and s...
Summary: HI, I need to write a batch script which will unzip all the .Zip files from a folder XYZ. Inside the folder XYZ there are multiple .Zip files I need t...
Summary: Hi I realize that this is probably not the best place for this question but I really don't know where else. I've been programming in c/c++ for a while...
Summary: Hi all, I want to set task to windows schedule but I have a problem. I want to set a trigger which is connection of USB storage drive to computer but ...