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...
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...
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...
... 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 ...
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...
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 ... ...
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...
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 ...
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...
... 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...
... copy or ... within ... volume the ... the ... move ... second ... sounds ... you ... hello ken thanks for your info. you are right. the two servers are...
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...
... 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...
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 . ...
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...
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 '_'....
... 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 -- ...
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 ( ...
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...
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...
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...
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...
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...
... 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...