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.

35 lines
891 B

  1. @Echo Off
  2. Rem
  3. Rem �w�� Application Compatibility Script for PeachTree Complete
  4. Rem Accounting v6.0
  5. Rem
  6. Rem
  7. Rem #########################################################################
  8. Rem
  9. Rem
  10. Call "%SystemRoot%\Application Compatibility Scripts\ChkRoot.Cmd"
  11. If "%_CHKROOT%" == "FAIL" Goto Done
  12. Rem #########################################################################
  13. REM
  14. REM �N�������n�J���O�ɥ[�J UsrLogn1.cmd
  15. REM
  16. FindStr /I ptr6Usr %SystemRoot%\System32\UsrLogn1.Cmd >Nul: 2>&1
  17. If Not ErrorLevel 1 Goto Skip1
  18. Echo Call ptr6Usr.Cmd >> %SystemRoot%\System32\UsrLogn1.Cmd
  19. :Skip1
  20. Rem #########################################################################
  21. Echo.
  22. Echo ���F���� Peachtree 6.0 ���T�ާ@�A�ثe�w�n
  23. Echo �J���ϥΪ̥������n�X�A�A���s�n�J�A�~������
  24. Echo Peachtree Commplate Accounting v6.0�C
  25. Echo.
  26. Echo PeachTree 6.0 �h�ϥΪ����ε{���վ��B�z����
  27. Pause
  28. :done