Search the web
Sign In
New User? Sign Up
batchworld · Batch World
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7914 - 7943 of 8119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7914
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...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 6, 2008
2:19 pm
7915
... I've tested this in a simple fashion Lamar. Both URLs must have the / characters escaped as below for use by GNU SED ...
foxidrive
Offline Send Email
Jun 6, 2008
3:16 pm
7916
... 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...
foxidrive
Offline Send Email
Jun 6, 2008
3:27 pm
7917
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 ...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 6, 2008
4:16 pm
7918
... 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...
foxidrive
Offline Send Email
Jun 6, 2008
5:51 pm
7919
... Oops. There were some errors Lamar. This will replace file://dles273/ with http://fserv.itg.ti.com/ sed...
foxidrive
Offline Send Email
Jun 6, 2008
5:57 pm
7920
Thanks Mic. BTW does anyone have a script that will enumerate the users connected to a share. Lamar ________________________________ From:...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 6, 2008
6:02 pm
7921
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'...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 6, 2008
7:03 pm
7922
On Fri, 6 Jun 2008 14:03:32 -0500, "Morris, Lamar" <LamarMorris@...> ... You were missing the trailing / sed...
foxidrive
Offline Send Email
Jun 6, 2008
8:22 pm
7923
Thanks. Lamar ________________________________ From: batchworld@yahoogroups.com [mailto:batchworld@yahoogroups.com] On Behalf Of foxidrive Sent: Friday, June...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 7, 2008
3:17 am
7924
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@...
Send Email
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,...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 7, 2008
11:56 am
7926
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 ...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 10, 2008
8:44 pm
7927
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...
foxidrive
Offline Send Email
Jun 11, 2008
12:32 am
7928
Thanks Mic, I'll see if I can modify it to do what I need. Lamar ________________________________ From: batchworld@yahoogroups.com...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 11, 2008
1:18 pm
7929
Guys I need to format the exit this command: set day=%date:~4,2% :: -> 03 set /a day2=%day%-1 ::-> 2 I need 02 and not 2. Tks. Maycon Sanches Amaro...
Maycon Sanches Amaro
mayconsan
Offline Send Email
Jun 11, 2008
1:54 pm
7930
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...
John Black
lonely_tux
Offline Send Email
Jun 11, 2008
1:54 pm
7931
... 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...
John Black
lonely_tux
Offline Send Email
Jun 11, 2008
1:57 pm
7932
On Tue, 03 Jun 2008 13:11:22 -0300, Maycon Sanches Amaro ... if %day2% LSS 10 set day2=0%day2%...
foxidrive
Offline Send Email
Jun 11, 2008
4:08 pm
7933
On Wed, 11 Jun 2008 09:51:29 -0400, John Black ... Glad you got it sorted. Your posts only just popped up here....
foxidrive
Offline Send Email
Jun 11, 2008
4:09 pm
7934
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, ...
Byrne, Derek
theodorik2003
Offline Send Email
Jun 11, 2008
4:13 pm
7935
To Unsubscribe, send a blank message to: batchworld-unsubscribe@eGroups.com Old address To Subscribe, send a blank message to: batchworld-subscribe@eGroups.com...
Morris, Lamar
lamarmorrist...
Offline Send Email
Jun 11, 2008
4:16 pm
7936
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...
Michael Burek
mike_burek
Offline Send Email
Jun 11, 2008
4:46 pm
7937
... 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...
John Black
lonely_tux
Offline Send Email
Jun 11, 2008
5:39 pm
7938
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...
Gary Kuznitz
docfxit
Offline Send Email
Jun 19, 2008
8:35 pm
7939
On Thu, 19 Jun 2008 13:36:27 -0700, "Gary Kuznitz" <docfxit@...> ... Add an EXIT command as the last command in the batch file....
foxidrive
Offline Send Email
Jun 20, 2008
4:32 am
7940
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...
lilwoulf
Offline Send Email
Jun 26, 2008
7:50 pm
7941
... Why? ... I don't understand, can you explain it more clearly?...
foxidrive
Offline Send Email
Jun 27, 2008
5:14 am
7942
Hi: I have a file contaling lines like: C:\Program Files\Device Config\MC123\V1.3 C:\Program Files\Device Config\AB345\V2.4 C:\Installed Software\Device...
indu_shreenath
Offline Send Email
Jul 26, 2008
3:49 am
7943
... @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...
foxidrive
Offline Send Email
Jul 26, 2008
4:16 am
Messages 7914 - 7943 of 8119   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help