Change Code Page for Scheduler Service (160154)



The information in this article applies to:

  • Microsoft Windows NT Workstation 3.51
  • Microsoft Windows NT Server 3.51

This article was previously published under Q160154

SYMPTOMS

When you use the AT command to execute a batch job, Windows NT prompts you to change the code page to 437.

CAUSE

Code page 437 is English. One (or more) of the commands in the batch file request the English code page, that is why Windows NT prompts users to change it.

RESOLUTION

You do not want to make a global change, because that will affect all applications. The workaround is TO add chcp 437 at the beginning of the batch file. This change only affects this Windows NT job. When the job ends, the change terminates as well.

Modification Type:MajorLast Reviewed:11/4/2003
Keywords:kbnetwork kbprb KB160154