|
> > 2.いずれ誰かから出ると思いますが、「鶴亀メール」の「全般的な設定」を
> > 別 file に保存できるようにはならないでしょうか?
>
> レジストリエディタ(regedit.exe)で保存してほしいです。regedit.exeに保
> 存用の起動時オプションでもあれば、それを鶴亀から呼び出せれば楽なんですけ
> ど、なさそうで…。
ありますよ。Windows9X 系の rededit.exe は MS-DOS モード でも
起動できて、コマンドラインからレジストリファイルのインポート/
エクスポートができますけど、それと全く同じ起動オプションが
Windows 上からでも使えるようです。少なくとも私が確認した限りでは、
Windows95/98 の rededit.exe ではできました。WindowsNT 系については
可能かどうかわかりませんが。
インポートするときはメッセージボックスがでますけど、エクスポートの
場合は何もウィンドウが出ずに終了します。
--------------------------------------------------------------
Imports and exports registry files to and from the registry.
REGEDIT [/L:system] [/R:user] filename1
REGEDIT [/L:system] [/R:user] /C filename2
REGEDIT [/L:system] [/R:user] /E filename3 [regpath1]
REGEDIT [/L:system] [/R:user] /D regpath2
/L:system Specifies the location of the SYSTEM.DAT file.
/R:user Specifies the location of the USER.DAT file.
filename1 Specifies the file(s) to import into the registry.
/C filename2 Specifies the file to create the registry from.
/E filename3 Specifies the file to export the registry to.
regpath1 Specifies the starting registry key to export from.
(Defaults to exporting the entire registry).
/D regpath2 Specifies the registry key to delete.
--------------------------------------------------------------
|
|