|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
|
2006-4-30 07:36 |
|
|
xjmxjm1234
中级用户
   论坛第一菜鸟
积分 361
发帖 166
注册 2006-4-15
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
怎么不公布答案了啊,好期待啊!
Why aren't the answers being released? I'm looking forward to it!
|

Diskette Operating System |
|
2006-4-30 20:01 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
突破楼主的限制,组合使用CTMOUSE.EXE与MOUSCLIP.exe,要使用MouseClip时,只要运行Clip.BAT就行。
由于多次加载CTMOUSE.EXE的话,可能导致死机,故在Clip.BAT中加了if exist的判断。
经本人在纯DOS下测试:
如果Ghost.exe在中文目录下,只要运行Clip.BAT,用鼠标右键复制Ghost所在目录的中文乱码,在前加上“CD”,就可以进入该中文目录,即可运行Ghost.EXE,非常方便与快速。
注意在中文目录里运行Ghost,请不要加载显示长文件名的doslfn,至少经我测试,加载DOSLFN 0.40d 的话,运行Ghost就出错,不知为何?
Clip.BAT的内容如下:
@echo off
if exist %mouse1% goto step1
LH CTMOUSE.EXE >NUL
set mouse1=CTMOUSE
:step1
if exist %mouse2% goto step2
LH MOUSCLIP.EXE >NUL
set mouse2=MOUSCLIP
:step2
echo The MouseClip is ready.
Break through the restrictions of the original poster, combine CTMOUSE.EXE and MOUSCLIP.exe. When using MouseClip, just run Clip.BAT.
Since loading CTMOUSE.EXE multiple times may cause a system crash, an if exist judgment is added in Clip.BAT.
Tested by myself in pure DOS:
If Ghost.exe is in a Chinese directory, just run Clip.BAT, right-click the mouse to copy the Chinese garbled code of the directory where Ghost is located, add "CD" in front, you can enter that Chinese directory, and then run Ghost.EXE, which is very convenient and fast.
Note: When running Ghost in a Chinese directory, do not load doslfn that displays long filenames. At least when I tested, loading DOSLFN 0.40d causes an error when running Ghost, I don't know why?
The content of Clip.BAT is as follows:
@echo off
if exist %mouse1% goto step1
LH CTMOUSE.EXE >NUL
set mouse1=CTMOUSE
:step1
if exist %mouse2% goto step2
LH MOUSCLIP.EXE >NUL
set mouse2=MOUSCLIP
:step2
echo The MouseClip is ready.
|
|
2006-5-4 16:29 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
运行Ghost出错的信息提示为:
Message: Cannot create a File Preservation Metadata File at path "."
The error message when running Ghost is:
Message: Cannot create a File Preservation Metadata File at path "."
|
|
2006-5-4 16:38 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
GHOST所在的中文文件夹的目录名为“新建文件夹”
The directory name of the Chinese folder where GHOST is located is "New Folder"
|
|
2006-5-4 16:39 |
|
|
xjmxjm1234
中级用户
   论坛第一菜鸟
积分 361
发帖 166
注册 2006-4-15
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
斑竹呢?快公布答案啊!
Where is the moderator? Hurry up and announce the answer!
|

Diskette Operating System |
|
2006-5-6 13:38 |
|