I have a directory full of all type of files (mostly .htm .html .asp .aspx maybe some .inc and .js) I need to walk through the directory and any sub...
... This version tests the files and only updates the ones that need updating and fixes the log file behaviour. Also Lamar - SED will convert the HTML or Unix...
Thanks Mic, I can always count on you. One question, I probably gave you too much information. I would only need to find file://dles273 and replace it with ...
... Sorry, have been elsewhere. Yes it will - it will also find myfile://dles273 so just be aware that if the string is in some other place then it will be...
Hey Mic, the script has an issue, it's throwing an error and zeroing out all files. Any ideas. w:/lamar/sed.exe: -e expression #1, char 47: Unterminated `s'...
Hello. Sorry if this sounds a little out of context...but there is a copy task for the ant tool. http://ant.apache.org/manual/CoreTasks/copy.html It supports...
Parag P. Doke
paragpdoke@...
Jun 7, 2008 5:56 am
7925
Thanks. Lamar ________________________________ From: batchworld@yahoogroups.com [mailto:batchworld@yahoogroups.com] On Behalf Of Parag P. Doke Sent: Saturday,...
I need to remotely walk the directories in a group of shares on a server to dump a couple of files in each directory. Any help would be appreciated. Regards ...
On Tue, 10 Jun 2008 15:44:10 -0500, "Morris, Lamar" <LamarMorris@...> ... Will this help? It'll provide a list of *.bat files for example. @echo off for...
I am writing a database backup script in PHP which allows the user to generate a Windows batch file. Problem is that I get a space after the variable when I...
... It took me a while but I finally figured out where the problem was, I had an additional space in the PHP code which generates the batch file. This has an...
Hi All, I'm looking to change my Email address - anyone know how I can unsubscribe from this mailing list and re-subscribe with my new email address? Cheers, ...
To Unsubscribe, send a blank message to: batchworld-unsubscribe@eGroups.com Old address To Subscribe, send a blank message to: batchworld-subscribe@eGroups.com...
Click the link at the bottom of the e-mail that says "Change settings via the Web." You have to log into Yahoo. On Wed, Jun 11, 2008 at 11:13 AM, Byrne, Derek...
... Thanks, first I thought my post got lost but since I showed up today I knew I was on moderation for my first post. This is also why I sent my solution as...
Hi, I have a small problem that I would like to solve. I have a bat file that has this line in it: Start "" /belownormal /wait C:\Batch\CleanTemp.bat The...
So hear is the story i have a program that recently was updated to run in command line. it has several arguments that i would like to make a menu for so that i...
... @echo off set "var=C:\Program Files\Device Config\MC123\V1.3" for %%a in ("%var%") do for %%b in ("%%~pa.") do set "folder=%%~nxb" echo "%folder%" pause...