Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

batchworld · Batch World

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1612
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6009 - 6038 of 8865   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
6038 Saroj Kumar Mohapatra
sarojkmohapatra Send Email
Jul 22, 2005
12:40 pm
... 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...
6037 Klaus Meinhard
k_meinhard2002 Send Email
Jul 22, 2005
6:47 am
... 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...
6036 Bob Bissinnar
bobbissinnar Send Email
Jul 21, 2005
11:47 pm
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...
6035 kcmjr@...
kcmjr Send Email
Jul 21, 2005
10:10 pm
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...
6034 Manfred Eichler
maneich1 Send Email
Jul 21, 2005
9:36 pm
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...
6033 ron07036 Send Email Jul 21, 2005
7:52 pm
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...
6032 Raz Goren
raz_goren Send Email
Jul 21, 2005
3:40 am
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...
6031 Raz Goren
raz_goren Send Email
Jul 21, 2005
3:39 am
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 ( ...
6030 Michael Burek
mike_burek Send Email
Jul 21, 2005
3:39 am
for /F "tokens=1-6 delims=\: " %i in ("07\20\2005 11:23:34") do @echo %i%j%k_%l%m%n...
6029 foxidrive Send Email Jul 20, 2005
9:57 am
... How are you getting the time stamp? set var=%variable% set var=%var:\=% set var=%var::=% set var=%var: =-% echo %var% -- Regards, Mic...
6028 foxidrive Send Email Jul 20, 2005
9:54 am
... Using Windows NT or later: for /f "delims=" %%a in (d:\backup&#92;boot.flg) do if "%%a"=="%date%" goto EOF echo %date%>"d:\backup&#92;boot.flg"; do code here -- ...
6027 mayank_stc Send Email Jul 20, 2005
9:42 am
hi, Hi want to parse the timestamp. All the '\&#39; and ':' should be deleted from the time stamp and the space between date and time should be replaced with '_'....
6026 Tim Hopper
emplynx Send Email
Jul 20, 2005
9:42 am
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...
6025 amin ssss
aminy1982 Send Email
Jul 20, 2005
7:25 am
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 . ...
6024 foxidrive Send Email Jul 15, 2005
12:44 pm
... 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...
6023 skarsatai Send Email Jul 15, 2005
11:58 am
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...
6022 skarsatai Send Email Jul 14, 2005
8:57 am
... copy or ... within ... volume the ... the ... move ... second ... sounds ... you ... hello ken thanks for your info. you are right. the two servers are...
6021 foxidrive Send Email Jul 14, 2005
3:32 am
... 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...
6020 Brad
brc64 Send Email
Jul 14, 2005
2:01 am
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...
6019 Nat Davis
key88.rm Send Email
Jul 13, 2005
10:22 pm
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 ...
6018 kcmjr@...
kcmjr Send Email
Jul 13, 2005
4:49 pm
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...
6017 foxidrive Send Email Jul 13, 2005
11:47 am
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 ... ...
6016 skarsatai Send Email Jul 13, 2005
11:23 am
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...
6015 foxidrive Send Email Jul 11, 2005
2:55 am
... I missed a quote in "%whdir%\%filename%" above, and forgot to say that it is untested. -- Regards, Mic...
6014 foxidrive Send Email Jul 11, 2005
2:38 am
... 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 ...
6013 Sam Wallace
guillaumedep Send Email
Jul 10, 2005
11:47 pm
Brad, Sorry for the delay in getting your post approved, Sam...
6012 Brad
brc64 Send Email
Jul 10, 2005
11:47 pm
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...
6011 Bob Bissinnar
bobbissinnar Send Email
Jul 10, 2005
1:41 am
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...
6010 foxidrive Send Email Jul 9, 2005
5:59 am
... But all the email addresses are bogus. I have to say you didn't test this one very well! ;-) ... -- Regards, Mic...
6009 G. J. Pareja
gjpareja Send Email
Jul 8, 2005
8:22 pm
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...
Messages 6009 - 6038 of 8865   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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