2025-04-27 07:49:33 -04:00

10 lines
262 B
Batchfile

REM: Create a new NTF file
REM: Run this at PRINTER5\tools\ps\makentf directory.
REM: And then copy the new PSCRIPT.NTF to directory 2:
REM: %System%\system32\spool\drivers\w32x86\2
copy OBJ\I386\makentf.exe .
cd afm
..\makentf pscript.ntf *.afm
cd ..