Thread: how to open a file extentsion ".ps"

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    2

    how to open a file extentsion ".ps"

    what do I use to open a file extentsion ".ps"

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    If ps stands for postscript then I guess adobe acrobat

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    329
    If you intend to open it yourself, you have to find the format of the file in order to interpret it correctly.
    If you want to open it as if you doubleclicked it in explorer, use ShellExecute()

  4. #4
    Grammar Police HybridM's Avatar
    Join Date
    Jan 2003
    Posts
    355
    Not a photoshop format is it?

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> you have to find the format of the file in order to interpret it correctly.

    Look up file formats at www.wotsit.org
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. opening empty file causes access violation
    By trevordunstan in forum C Programming
    Replies: 10
    Last Post: 10-21-2008, 11:19 PM
  3. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM