阅读上一个主题 :: 阅读下一个主题 |
作者 |
寒冬: |
 |
所跟贴 |
寒冬: -- Anonymous - (338 Byte) 2002-12-05 周四, 上午7:41 (336 reads) |
Veritas
加入时间: 2004/02/14 文章: 95
经验值: 2482
|
|
|
作者:Veritas 在 罕见奇谈 发贴, 来自 http://www.hjclub.org
win + r:
win 是那个有windows 标记的键, 和'r'键一起按下,会出一个小对话框。在此之中敲入:
cmd 回车
出现小黑窗口, 敲入
cd c:\ 回车
然后敲入
c: 回车
然后敲入
dir *.* /s/a > c:\ml.lst
现在C下将有一“ml.lst”的文件, 敲入
find "Mn/Dy/Year" ml.lst
Mn/Dy/Year 是你最后一次收邮件的时间。比如昨天,就应该是
12/03/2002
so key in:
find "12/03/2002" ml.lst and change the date for serveral times, using all possible date you can afford. see if it find some extremely large file, if it does, than it should be what you need.
The display will be something like this:
12/03/2002 11:17 AM 3,636,134 userguide.pdf
blabla
the 3,636,134 here is the size of the file, you said you got thousands of mails, so it should have at least 3M, which means sth like 3,000,000 or bigger.
you can do more thing on the ml.lst you just generated by writing a little program or just searching by yourself for som extremely big file, again I suppose it should have a size bigger than 3M(In fact it should be much bigger than this size).
Now, another suggestion is to save the ml.lst on some floppy disk or other media or logical disk which doesn't share the same media as the disk which most possibly contains the data you want to find.
so if you have a floppy disk in your floppy drive namely "A" then you should do
dir *.* /s/a > a:ml.lst
instead of
dir *.* /s/a > ml.lst
I just mentioned.
The reason to do so is that it will write sth to your disk and therefore risking destroying or corrupting your old data.
Even when the way I just mentioned failed, there are still many other ways to do so
go google making a search or newsgroup asking for help. There will be many guys who will afford you help. I am a little too busy to write more, sorry.
作者:Veritas 在 罕见奇谈 发贴, 来自 http://www.hjclub.org |
|
|
返回顶端 |
|
 |
|
|
|
您不能在本论坛发表新主题 您不能在本论坛回复主题 您不能在本论坛编辑自己的文章 您不能在本论坛删除自己的文章 您不能在本论坛发表投票 您不能在这个论坛添加附件 您不能在这个论坛下载文件
|
based on phpbb, All rights reserved.
|