2025-04-27 07:49:33 -04:00

24 lines
434 B
Batchfile

@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"