Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
Summary: doesn't unzip support filespec: unzip -L xx.zip *.xml for example? not esp. relevant, since code is working, but might cut down on using "find" and if...
Summary: this place is great! thanks for all the response.. now ill try to comment and clarify.. first of... fsum is a checksum program... creates sums and ver...
Summary: interesting work around Mechanix2Go. thanks for your time and patience with me. two things though... 1. i still had to use tokens=2 i'm sure i desc...
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: Sir, I think u did not get my question. I have 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and will be change every day. file A.txt co...
Summary: I have 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and can be change any time. file A.txt contain: 1. ----------------first line fixed...
Summary: To expand on M2's answer: variable is just the word 'variable' (but see below). %variable% gets "expanded" i.e. translated to its value and literally ...
Summary: I am wanting to create a batch file that will open another file every 15 minutes or so. I know of the countdowns, but thats as long as the batch file ...
Summary: Hi all, I am trying to build some sort of API made of batch files. Each of them needs to be able to output one or more parameters. These batch files w...
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: I want to create vars from txtfile with multiple lines.. txtfile (directories.txt) looks like.. C:\test\00010010 C:\test\00010020 C:\test\00010030 (di...
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 I am trying to write a batch file that will list the files and sizes in a directory based on the file that is passed to the batch file as a paramet...
Summary: Hi, I figured it out. Had to add the '^' symbol. I looked at some code one of the pro's helped mw with recently and copied the idea. I don't understan...
Summary: Hello! CD (or ChDir) fails in my batch files when used with variables. I want my batch files to use variables to navigate the directory structure rela...
Summary: Hey. I need some help with C or C++. I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly -...
Summary: Perhaps prevention is better that cure? If your about to append to the file maybe you could use "find" on the text file with either the whole line you...
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: Hey everybody im looking for a vbs script to open a popup message, and when a certain button is clicked it will tell the batch file to do somethin...
Summary: I have been updating an old batch (2005) that uses various applications from sysinternals. My current problem deals with capturing the default mess...
Summary: i am looking for help to make a batch that can open URL similar to that used on this website: http://www.urlopener.com/ you could paste URL's sequenti...