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 5345 - 5374 of 8865   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5345 openbar247 Send Email Dec 2, 2004
11:34 am
hello everyone,, Can someone be kind and assist us on this issue. I know some of this might seem basic but we have been trying. So seeing the steps taken would...
5346 Mic
foxidrive Send Email
Dec 2, 2004
12:12 pm
On Wed, 01 Dec 2004 15:08:14 -0000, openbar247 wrote: As this is a class assignment I think we should see what you have attempted so far, and then can make...
5347 Derek Byrne
theodorik2003 Send Email
Dec 2, 2004
12:20 pm
Thanks Mic - nearly posted something there.. ;o) ... From: Mic [mailto:micm@...] Sent: 02 December 2004 12:13 To: batchworld@yahoogroups.com Subject:...
5348 skarsatai Send Email Dec 3, 2004
2:25 am
hello I need help with this problem I need to copy serveral folders twice a month to another machine. they should be stored under archive-date foldername on...
5349 aj_lebeau Send Email Dec 3, 2004
2:25 am
Does anyone out there have a batch file or idea on how to go about writing a batch that retrieves files base on a "time/date&quot; stamp? For example, I am trying...
5350 skarsatai Send Email Dec 3, 2004
2:25 am
Hello I need help with this task: I have to copy from a server twice a month data to a other machine. the part for creating the archive-data folder on the...
5351 Mic
foxidrive Send Email
Dec 3, 2004
3:18 am
... What operating system? -- Regards, Mic...
5352 Mic
foxidrive Send Email
Dec 3, 2004
3:22 am
... There's not enough info here on what the batch really does. forfiles.exe or XXcopy can handle dates and it's up to your batch file to create a file that...
5353 Chris on Hotmail
chrispyflakes Send Email
Dec 3, 2004
3:42 am
This is off topic so I ask forgiveness of those that hate off-topic discussions. I am trying to learn how to make Windows XP Professional display everything in...
5354 Garry Deane
garrydeane Send Email
Dec 3, 2004
4:44 am
... Do you really need to work with the date/time of the file? How about using xcopy (or xxcopy) with the /M parameter which only copies files which have the...
5355 skarsatai Send Email Dec 3, 2004
8:57 am
... in ... are ... the server is W2K sp4 the client ist xp sp2...
5356 ed_tsang Send Email Dec 3, 2004
8:58 am
... Directory of \\ABCDEFG-ABCEDF\STORAGE&#92;SAE\FAFAAGEST&#92;LATEST&#92;10.0&#92;* 11/17/04 11:58 <DIR> 236 11/17/04 16:12 <DIR> 229 11/17/04...
5357 Garry Deane
garrydeane Send Email
Dec 3, 2004
9:34 am
... Why not just use /b with the DIR command? e.g. dir /ad/od/b \\ABCDEFG-ABCEDF\STORAGE&#92;SAE\FAFAAGEST&#92;LATEST&#92;10.0 This will give just the directory names...
5358 Mic
foxidrive Send Email
Dec 3, 2004
10:56 am
... Untested: @echo off for /f "delims=" %%a in ('dir /b /od') do set var=%%a echo %var% -- Regards, Mic...
5359 Mic
foxidrive Send Email
Dec 3, 2004
11:08 am
... I changed the variable name below to dat so it doesn't interfere with the system variable %date% setdate.bat @echo off echo.|date|find "Current"...
5360 Mic
foxidrive Send Email
Dec 3, 2004
11:10 am
... I see Garry has already provided the solution to this, and didn't miss the switch to process only folders, which I missed. -- Regards, Mic...
5361 skarsatai Send Email Dec 3, 2004
8:42 pm
... machine. ... the ... arrive in ... are ... with the ... helllo MIC I really appreciate your help. I tested it with %dat% but it does not work. so I changed...
5362 Lebeau, AJ
aj_lebeau Send Email
Dec 3, 2004
8:42 pm
Gary, That will work! Thanks for the info! A.J. Lebeau Network Engineer C.N.A., M.C.S.E., M.C.P. + I., A+ ParadigmHealth Upper Saddle River, NJ: 201.512.7164 ...
5363 Mic
foxidrive Send Email
Dec 4, 2004
2:25 am
... In essence what it does is take a snapshot of the folder with the dir "d:\test\*.*" /b /s and then copies each file, and tests it with FC (file compare)...
5364 Mic
foxidrive Send Email
Dec 5, 2004
12:52 pm
Do any members here know of experts exchange? Well I have a question regarding a solution I noted there but I'm hesitant to sign up for a once off question. Is...
5365 Manfred Eichler
maneich1 Send Email
Dec 5, 2004
3:17 pm
Hello, show at the file CONFIG.NT located in C:\WINNT&#92;SYSTEM32 if there is includet dos=high, umb device=%SystemRoot%\system32&#92;himem.sys files=120 ntcmdprompt ...
5366 Mic
foxidrive Send Email
Dec 5, 2004
10:15 pm
On Sun, 5 Dec 2004 16:16:32 +0100, Manfred Eichler wrote: I appreciate your response, maneich, but it didn't solve my problem. Was that the solution suggested...
5367 dennis.p.morgan@...
kd4wyd Send Email
Dec 5, 2004
10:26 pm
I seem to recall (in the recesses of my mind), this problem. I think the fix was to put a "/c" switch in the "cmd" call. Perhaps making it run as an...
5368 Mic
foxidrive Send Email
Dec 5, 2004
10:38 pm
... It was worth a shot but it didn't fix the issue. I appreciate your input anyway, Dennis. ... -- Regards, Mic...
5369 dennis.p.morgan@...
kd4wyd Send Email
Dec 5, 2004
11:34 pm
Sorry, my subscription to http://experts-exchange.com is temporarily suspended. Waiting on me to put more money into my credit card account :) Try the...
5370 Mic
foxidrive Send Email
Dec 6, 2004
12:16 am
... np. I don't expect anyone to fork out on this. ... Had a look... edit and debug seem to be 16 bit programs and it is those that are affected. ... XP...
5371 Andy Streule
brother_wolf2 Send Email
Dec 6, 2004
1:20 pm
i've got pro account at experts exchange. you can get one of these (as i did) by answering enough questions to gain 10k points. have you got the url for the...
5372 Mic
foxidrive Send Email
Dec 6, 2004
1:45 pm
... I should be able to rack that up in ohhhh 3 years ;) ... I hope this is it ...
5373 Garry Deane
garrydeane Send Email
Dec 7, 2004
12:22 am
... <snip> ... I've also read that this is a driver related issue as you have mentioned. If it's not and is related to the handling of the 16 bit environment,...
5374 Mic
foxidrive Send Email
Dec 7, 2004
5:03 am
... Thanks for the suggestion, Garry. I've tried turning off various settings in all compatibility modes, altering RAM allocation, various VDM options, but...
Messages 5345 - 5374 of 8865   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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