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
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
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
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
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" stamp? For example, I am trying...
5350
skarsatai
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
Dec 3, 2004 3:18 am
... What operating system? -- Regards, Mic...
5352
Mic
foxidrive
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
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
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
Dec 3, 2004 8:57 am
... in ... are ... the server is W2K sp4 the client ist xp sp2...
... Why not just use /b with the DIR command? e.g. dir /ad/od/b \\ABCDEFG-ABCEDF\STORAGE92;SAE\FAFAAGEST92;LATEST92;10.0 This will give just the directory names...
5358
Mic
foxidrive
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
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
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
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
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
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
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
Dec 5, 2004 3:17 pm
Hello, show at the file CONFIG.NT located in C:\WINNT92;SYSTEM32 if there is includet dos=high, umb device=%SystemRoot%\system3292;himem.sys files=120 ntcmdprompt ...
5366
Mic
foxidrive
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
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
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
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
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
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
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
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
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...