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.

21 lines
667 B

  1. @echo off
  2. Call "%SystemRoot%\Application Compatibility Scripts\RootDrv.Cmd"
  3. if Exist "%RootDrive%\Lotus" Goto Skip1
  4. cd "%SystemRoot%\Application Compatibility Scripts\Logon"
  5. call TsMkUDir "%RootDrive%\Lotus\Work\123"
  6. call TsMkUDir "%RootDrive%\Lotus\work\approach"
  7. call TsMkUDir "%RootDrive%\Lotus\work\flg"
  8. call TsMkUDir "%RootDrive%\Lotus\backup\flg"
  9. call TsMkUDir "%RootDrive%\Lotus\work\organize"
  10. call TsMkUDir "%RootDrive%\Lotus\backup\organize"
  11. call TsMkUDir "%RootDrive%\Lotus\work\smartctr"
  12. call TsMkUDir "%RootDrive%\Lotus\work\wordpro"
  13. call TsMkUDir "%RootDrive%\Lotus\backup\wordpro"
  14. If Not Exist ss97usr.reg goto Skip1
  15. regedit /s ss97usr.reg
  16. :SKip1