Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
file date in dos 4.1
Name: Graham heatherley Date: February 13, 2003 at 08:54:29 Pacific OS: dos 4.1 CPU/Ram: 900mhz 100mb
Comment:
how can i find if a file is older then 7 days in a .bat file without changing the date of the search
Name: Mick C Date: February 13, 2003 at 13:33:53 Pacific
Reply:
As a matter of interest - What Windows version is this DOS with? Or is it really MS-DOS 4.10?
0
Response Number 2
Name: Dan Penny Date: February 13, 2003 at 20:32:28 Pacific
Reply:
I think maybe Windows 4.10(.2222, 98 or 98SE), which is MSDOS 7.10.
0
Response Number 3
Name: Graham Date: February 14, 2003 at 01:30:28 Pacific
Reply:
it is ms-dos 4.1 with windows 98
0
Response Number 4
Name: Mick C Date: February 14, 2003 at 08:19:22 Pacific
Reply:
Graham, as Dan says it is MS-DOS 7.10 which you have. Hense my last post. When you type VER, Even at the DOS Prompt it will give you the Windows Version:
Which will say something like - Windows 98 (Version 4.10.1998)
As to your problem I hope someone can help you now they know what you realy want!
0
Response Number 5
Name: graham Date: February 14, 2003 at 08:56:39 Pacific
Reply:
ver Windows 98 (Version 4.10.2222)
0
Response Number 6
Name: Mick C Date: February 14, 2003 at 10:37:01 Pacific
Reply:
Graham - So you have Windows 98se with MS-DOS 7.10!
Try Leonardo Pignataro (aka Secret_Doom) web site at:
http://www.batch.hpg.ig.com.br/index.htm
where he has a few sample batch scripts. He also has a request page and FAQ.
Also try his links page at:
http://www.batch.hpg.ig.com.br/links.htm
Well worth a visit.
0
Response Number 7
Name: gray Date: February 18, 2003 at 01:22:08 Pacific
Reply:
i found how to get tody's date on secret doom, but i need the file's date
0
Response Number 8
Name: Dan Penny Date: February 18, 2003 at 07:36:49 Pacific
Reply:
Sorry I don't have an answer for your question, but as a note, Leonardo (Secret_Doom) will be back "online" in this forum on the 23rd.
0
Response Number 9
Name: graham Date: February 19, 2003 at 03:45:10 Pacific
Summary: Hello people, I have a small problem i hope someone can help me with. I'm trying to create an update file that will replace some Dlls in Windows but i want it to be done only if the file to be replace...