Leaked source code of windows server 2003
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
Rem #########################################################################
Rem Rem %RootDrive%�� �����Ǿ����� Ȯ���ϰ� �� ��ũ��Ʈ�� ���� �����մϴ�. Rem
Call "%SystemRoot%\Application Compatibility Scripts\ChkRoot.Cmd" If "%_CHKROOT%" == "FAIL" Goto Done
Rem #########################################################################
Rem Rem WMsgUsr.�� UsrLogn2.Cmd ��ũ��Ʈ�� �߰��մϴ�. Rem
FindStr /I WMsgUsr %SystemRoot%\System32\UsrLogn2.Cmd >Nul: 2>&1 If Not ErrorLevel 1 Goto Skip1 Echo Call WMsgUsr.Cmd >> %SystemRoot%\System32\UsrLogn2.Cmd :Skip1
Echo. Echo Windows Messaging�� �ùٸ��� �۾��ϱ� ���� Echo ���� �αµǾ� �ִ� �����ڰ� �α����ϰ� �ٽ� �α��� �� Echo ���� ���α��� �����ؾ� �մϴ�. Echo. Echo Windows Messaging ���� ������ ���� ���α� ���� �Ϸ� Pause
:Done
|