You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
434 B
23 lines
434 B
|
|
@Echo Off
|
|
|
|
Rem
|
|
Rem 在用户的主目录中为应用程序的特有数据
|
|
Rem 创建目录。
|
|
Rem
|
|
|
|
|
|
#ifndef JAPAN
|
|
If Exist "%RootDrive%\Personal\iBases\Personal" goto cont1
|
|
call TsMkUDir "%RootDrive%\Personal\iBases\Personal"
|
|
copy "#COFFICE7INST#ICWin7\Local\iBases\Personal.*" "%RootDrive%\Personal\iBases\Personal\." >Nul: 2>&1
|
|
:cont1
|
|
#endif
|
|
|
|
|
|
call TsMkUDir "%RootDrive%\COffice7\Backup"
|
|
call TsMkUDir "%RootDrive%\Personal"
|
|
|
|
|
|
|
|
|