home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1187 / show_pic.txt < prev    next >
Text File  |  1994-02-15  |  4KB  |  89 lines

  1.  
  2.                 ┌────────────────────────────────────────╖
  3.                 │             SHOW_PIC.TXT               ║
  4.                 │                                        ║
  5.                 │        Tue  02-15-1994  16:15:02       ║
  6.                 │                                        ║
  7.                 ╘════════════════════════════════════════╝
  8.  
  9.      The genius behind SHOW_PIC.COM (as usual) is not me. It is the
  10.      FreeWare program PICEM.EXE. PICEM.EXE will display an astonishing
  11.      array of graphic programs to your screen. All you have to do is
  12.      type:
  13.      ────────────────────────────────────────────────────────────────────
  14.  
  15.      PICEM {Enter}
  16.  
  17.      ────────────────────────────────────────────────────────────────────
  18.      to see the compatible ones listed. Highlight one and it displays...
  19.      but very briefly.
  20.  
  21.      Then you have to read the PICEM.DOC file to figure out how to make
  22.      a batch file that will display one graphic file for....Oh... five
  23.      seconds or so. Then figure out how to suppress the author's display
  24.      screen, and lastly how to display graphic files in other
  25.      directories.
  26.  
  27.      PICEM.EXE supports *.GIF, *.PCX, and *.PIC files. Since *.PCX are
  28.      the most common, this program will display -all- the *.PCX files it
  29.      finds in the directory if you type:
  30.      ────────────────────────────────────────────────────────────────────
  31.  
  32.      SHOW_PIC {Enter}
  33.  
  34.      ────────────────────────────────────────────────────────────────────
  35.      If you want to see the help screen then type:
  36.      ────────────────────────────────────────────────────────────────────
  37.  
  38.      SHOW_PIC/? {Enter}
  39.  
  40.      ────────────────────────────────────────────────────────────────────
  41.      If you want to display one file named "YOUR.PCX" for ten (10) seconds
  42.      then type:
  43.      ────────────────────────────────────────────────────────────────────
  44.  
  45.      SHOW_PIC/t:10/f:YOUR.PCX
  46.  
  47.      ────────────────────────────────────────────────────────────────────
  48.  
  49.      There are only three (3) "switches" to use with SHOW_PIC.COM:
  50.  
  51.      1.   /?             <---- Displays the HELP Screen
  52.      2.   /t:            <---- Sets in SECONDS the picture time display
  53.      3.   /f:            <---- Sets the DRIVE, DIRECTORY, & FILENAME(s)
  54.  
  55.  
  56.      If you want to display another acceptable graphic file like a *.GIF
  57.      file then enter that name. If you want to see all the *.PCX graphic
  58.      files in another drive and directory then type:
  59.      ────────────────────────────────────────────────────────────────────
  60.  
  61.      SHOW_PIC/f:E:\GRAPHICS\*.PCX
  62.  
  63.      ────────────────────────────────────────────────────────────────────
  64.  
  65.      ┌───────────────────────────────┐
  66.      │SOME POSSIBLY BORING BACKGROUND│
  67.      └───────────────────────────────┘
  68.      There is a file on Microsoft Knowledge Base that explains in
  69.      convoluted and painful detail how to use PICEM.EXE to make a series
  70.      of QuickBASIC files (of total size -larger- than the original *.PCX
  71.      file) that can be loaded as a graphic file by QuickBASIC.
  72.  
  73.      If you find that sentence confusing.... you are not alone and but
  74.      it reflects the logic of that Knowledge Base Article.
  75.  
  76.      Being the "Master of the Simple" I looked at PICEM.EXE and figured
  77.      out how to something similar.... verrrry simply with a true-blue
  78.      QuickBASIC 4.5 program.
  79.  
  80.      If you are a fellow nerd, I have included all the QuickBASIC 4.5
  81.      files that you will need to run SHOW_PIC.BAS in the QuickBASIC
  82.      Environment. You -MUST- load SHOW_PIC.BAS as a =PROGRAM= not a
  83.      =File= as most of the SUBS and FUNCTIONS are in another file called
  84.      (what else?) JOHN_SUB.BAS.
  85.  
  86.      Keep in touch....
  87.  
  88.      John De Palma on CompuServe 76076,571
  89.