home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / vpart.zip / vga16.bat < prev    next >
DOS Batch File  |  1999-02-03  |  209b  |  9 lines

  1. @ECHO OFF
  2. REM %1          Inputfile
  3. REM -p          PCX
  4. REM -f vga16    Palette 640*480*16
  5. REM -d0         Dithertype: none
  6. REM -o          overwrite output
  7. REM
  8. ALCHEMY %1 -p -f vga16.pal -d0 %2 %3 %4
  9.