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.
9 lines
262 B
9 lines
262 B
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 ..
|
|
|