Results 1 to 2 of 2

Thread: Pass a filename to an open application

  1. #1

    Thread Starter
    Member VbAndersonic's Avatar
    Join Date
    Aug 2001
    Location
    Derby, UK
    Posts
    58

    Pass a filename to an open application

    Is there a way of passing a filename to an already executed application? Like if you wanted to open a text file with notepad you would specify the filename as the command, is there any way to send a new command to a program? I hope you know what im raving on about!

  2. #2
    Lively Member stever2003's Avatar
    Join Date
    Dec 2000
    Posts
    109
    You could try using AppActivate to activate the App, then use sendkeys to send keystrokes to it. With sendkeys, send keystrokes to make it open a file.

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