Source code of Windows XP (NT5)
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.
|
|
@echo off
Call "%SystemRoot%\Application Compatibility Scripts\RootDrv.Cmd" if Exist "%RootDrive%\Lotus" Goto Skip1
cd "%SystemRoot%\Application Compatibility Scripts\Logon" call TsMkUDir "%RootDrive%\Lotus\Work\123" call TsMkUDir "%RootDrive%\Lotus\work\approach" call TsMkUDir "%RootDrive%\Lotus\work\flg" call TsMkUDir "%RootDrive%\Lotus\backup\flg" call TsMkUDir "%RootDrive%\Lotus\work\organize" call TsMkUDir "%RootDrive%\Lotus\backup\organize" call TsMkUDir "%RootDrive%\Lotus\work\smartctr" call TsMkUDir "%RootDrive%\Lotus\work\wordpro" call TsMkUDir "%RootDrive%\Lotus\backup\wordpro"
If Not Exist ss97usr.reg goto Skip1 regedit /s ss97usr.reg
:SKip1
|