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 6009 - 6038 of 8119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6009
Hi, all. Sorry to post this again (it was 20 days ago), but I am curious: did anyone try this out (did amin, the originator of the thread?)? Any thoughts on...
G. J. Pareja
gjpareja
Offline Send Email
Jul 8, 2005
8:22 pm
6010
... But all the email addresses are bogus. I have to say you didn't test this one very well! ;-) ... -- Regards, Mic...
foxidrive
Offline Send Email
Jul 9, 2005
5:59 am
6011
At 01:21 PM 7/8/2005 -0700, G. J. Pareja Writes ... Greetings Gerry! I don't have BLAT and use WIN98; no testing. I can't speak for Amin, but the OP would have...
Bob Bissinnar
bobbissinnar
Offline Send Email
Jul 10, 2005
1:41 am
6012
Here's the situation.. I've got two directories, and I need to look at every file in the first one, find out if the file exists in the other, if the file is...
Brad
brc64
Online Now Send Email
Jul 10, 2005
11:47 pm
6013
Brad, Sorry for the delay in getting your post approved, Sam...
Sam Wallace
guillaumedep
Offline Send Email
Jul 10, 2005
11:47 pm
6014
... I've recoded some of your batch but the initial problem is with %filename% being set within a for-in-do loop and not using setlocal EnableDelayedExpansion ...
foxidrive
Offline Send Email
Jul 11, 2005
2:38 am
6015
... I missed a quote in "%whdir%\%filename%" above, and forgot to say that it is untested. -- Regards, Mic...
foxidrive
Offline Send Email
Jul 11, 2005
2:55 am
6016
hello there I have on 2 server the following problem. the access to folders are reglemented with domain group access. my problem is, if a user moves a folder...
skarsatai
Online Now Send Email
Jul 13, 2005
11:23 am
6017
On Wed, 13 Jul 2005 11:22:00 -0000, SKARSATAI wrote: I hope somebody can assist you - if not then try Newsgroups: microsoft.public.win2000.cmdprompt.admin ... ...
foxidrive
Offline Send Email
Jul 13, 2005
11:47 am
6018
From what I remember of the way Windows ACLs work, when ever you copy or move anything to a new SERVER or VOLUME the permissions of the new location take...
kcmjr@...
kcmjr
Online Now Send Email
Jul 13, 2005
4:49 pm
6019
Try XCACLS is has the /Y switch that you need. It is available in the some of the resource kits, NT, 2K ect.. and might be standard on XP or 2003. xcacls ...
Nat Davis
key88.rm
Offline Send Email
Jul 13, 2005
10:22 pm
6020
I added in a few % here and there, too, but it does appear to be working properly now. Many thanks! This has been bugging for me nearly half a month now! One...
Brad
brc64
Online Now Send Email
Jul 14, 2005
2:01 am
6021
... Glad you've sorted it out. :) ... %~1 removes the outer set of double quotes from %1 ... FOR /? at the bottom of the help. %~1 is part of that enhancement...
foxidrive
Offline Send Email
Jul 14, 2005
3:32 am
6022
... copy or ... within ... volume the ... the ... move ... second ... sounds ... you ... hello ken thanks for your info. you are right. the two servers are...
skarsatai
Online Now Send Email
Jul 14, 2005
8:57 am
6023
hello is there a chance to get the info of a ntfs volume ( compressed ) with a dir command the real size of the files and the actual compressed spacesize of a...
skarsatai
Online Now Send Email
Jul 15, 2005
11:58 am
6024
... I only use FAT32 so I'm just going to suggest to try mapping the UNC path to a local drive letter and trying DU, then unmapping it. -- Regards, Mic...
foxidrive
Offline Send Email
Jul 15, 2005
12:44 pm
6025
hi G. J. Pareja thank you for reply and i appreciate this i see that it is a great tool , and good work i am sorry for late , i recently opened my email . ...
amin ssss
aminy1982
Offline Send Email
Jul 20, 2005
7:25 am
6026
I'm trying to create a batch file that will perform an action only if it has not been performed yet already. I can use the date command to store the date each...
Tim Hopper
emplynx
Offline Send Email
Jul 20, 2005
9:42 am
6027
hi, Hi want to parse the timestamp. All the '\' and ':' should be deleted from the time stamp and the space between date and time should be replaced with '_'....
mayank_stc
Offline Send Email
Jul 20, 2005
9:42 am
6028
... Using Windows NT or later: for /f "delims=" %%a in (d:\backup\boot.flg) do if "%%a"=="%date%" goto EOF echo %date%>"d:\backup\boot.flg" do code here -- ...
foxidrive
Offline Send Email
Jul 20, 2005
9:54 am
6029
... How are you getting the time stamp? set var=%variable% set var=%var:\=% set var=%var::=% set var=%var: =-% echo %var% -- Regards, Mic...
foxidrive
Offline Send Email
Jul 20, 2005
9:57 am
6030
for /F "tokens=1-6 delims=\: " %i in ("07\20\2005 11:23:34") do @echo %i%j%k_%l%m%n...
Michael Burek
mike_burek
Offline Send Email
Jul 21, 2005
3:39 am
6031
Hi Mic I distinguish if an action has been performed or not by checking if some file exists : See my example : @echo off if exist hp_ref ( goto pre ) else ( ...
Raz Goren
raz_goren
Offline Send Email
Jul 21, 2005
3:39 am
6032
Hi Mayank You can get the date in XP according to the article : http://support.microsoft.com/Default.aspx?kbid=555314&SD=tech I used it in a script that...
Raz Goren
raz_goren
Offline Send Email
Jul 21, 2005
3:40 am
6033
I have been asked to convert some Unix shell scripts to batch files, if possible. One problem is that there does not seem to be a batch equivalent for the...
ron07036
Offline Send Email
Jul 21, 2005
7:52 pm
6034
Hello, UNIX shell scripts are more an equivalent to VB or VBScript. I think you can't convert this to someone Windows scripting language; excepting you have...
Manfred Eichler
maneich1
Offline Send Email
Jul 21, 2005
9:36 pm
6035
How do you expect to use it? Batch has numerous ways of doing variable comparison, if A then B kind of thing. Check here http://www.robvanderwoude.com/ for...
kcmjr@...
kcmjr
Online Now Send Email
Jul 21, 2005
10:10 pm
6036
At 04:14 AM 7/21/2005 +0000, ron07036 Writes ... Greetings Ron! Am I correct in assuming that you are converting UNIX scripts to batch files that will be run...
Bob Bissinnar
bobbissinnar
Offline Send Email
Jul 21, 2005
11:47 pm
6037
... The free command.com replacement 4DOS is far more powerful and has CASE statementsamong it's many other features. 4DOS runs under WinXP (thougfh it is not...
Klaus Meinhard
k_meinhard2002
Offline Send Email
Jul 22, 2005
6:47 am
6038
... which case you are talking about as par as i'm getting you are mixing both case 1: case like : Wonder and wonder are different words due...
Saroj Kumar Mohapatra
sarojkmohapatra
Offline Send Email
Jul 22, 2005
12:40 pm
Messages 6009 - 6038 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