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.

18 lines
443 B

  1. REM: Create a new CJK NTF file
  2. REM: Run this at PRINTER5\tools\ps\makentf directory.
  3. REM: And then copy the new PSCrptFE.NTF to directory 2:
  4. REM: %System%\system32\spool\drivers\w32x86\2
  5. if exist cjkafm\makentf.exe del /f cjkafm\makentf.exe
  6. cd cjkafm
  7. md fe
  8. copy ..\OBJ\I386\makentf.exe fe
  9. copy *.dat fe
  10. copy *.afm fe
  11. copy *.ps fe
  12. copy *.map fe
  13. copy clone.jpn\*.afm fe
  14. cd fe
  15. makentf -o pscrptfe.ntf *.afm
  16. copy *.ntf ..
  17. cd ..