Results 1 to 2 of 2

Thread: changing file extention

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12
    I'm using ShellExecute API to run an outside application (Acrobat Reader). Is there a way to put a faux file extention on my (.pdf) (ie- .xxx) files to have my outside application (Acrobat Reader) to execute.

    I have several reasons to do this, one of which is that if someone has Acrobat Exchange loaded, the (.pdf) files will open in that app. -You get the picture- I want to change my (.pdf)s to another extention name and have them be mapped to my outside app (Reader).

    I also would like to change the mapping of the extention, to no longer read the (.xxx) as a Acrobat Reader file when I get out of the program.

    Any suggestions?? I am a novice, so please don't assume I know much.

    jp

  2. #2
    Guest
    Use the Name statement to name files
    Code:
    Name "MyFile.pdf" As "MyFile.xxx"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width