home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / FONTL12A / EMTEX / ILF_ITO.CMD < prev    next >
OS/2 REXX Batch file  |  1990-09-24  |  782b  |  29 lines

  1. @echo off
  2. if "%1"=="" goto usage
  3. if not "%2"=="" goto usage
  4. fontlib /v/d ito_0 =%1%%rdpi 160:0 #*.pk 128 #*.pk 144 #*.pk
  5. if errorlevel 1 goto error
  6. fontlib /v/d ito_h 160:h #%1%%rdpi\*.pk
  7. if errorlevel 1 goto error
  8. fontlib /v/d ito_1 160:1 #%1%%rdpi\*.pk
  9. if errorlevel 1 goto error
  10. fontlib /v/d ito_2 160:2 #%1%%rdpi\*.pk
  11. if errorlevel 1 goto error
  12. fontlib /v/d ito_3 160:3 #%1%%rdpi\*.pk
  13. if errorlevel 1 goto error
  14. fontlib /v/d ito_4 160:4 #%1%%rdpi\*.pk
  15. if errorlevel 1 goto error
  16. fontlib /v/d ito_5 160:5 #%1%%rdpi\*.pk
  17. if errorlevel 1 goto error
  18. fontlib /v/d ito_sli =%1%%rdpi 160:6 #*.pk 160:7 #*.pk 160:8 #*.pk 160:9 #*.pk
  19. if errorlevel 1 goto error
  20. goto end
  21.  
  22. :usage
  23. echo Usage: ilf_ito destination_directory\
  24. goto end
  25.  
  26. :error
  27. echo *** Error!
  28. :end
  29.