DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: run exe files .... ???

  1. #1
    Join Date
    Jul 2001
    Location
    ksa
    Posts
    37

    Exclamation

    Hi all
    Can any one tel me how I can run any appliction from my
    form I mean inside oracle forms how I can run internet explorer or any .exe programm ...thanks
    mohammed
    If There Is somthing to do it just do it with oracle ....

  2. #2
    Join Date
    May 2001
    Posts
    70
    you can use "host" this allows you to exit the form and run your application. Although, depending on which version of forms you are using it will lock the form until it returns from your called program.

    Good Luck!

  3. #3
    Join Date
    Mar 2001
    Posts
    635
    Hi

    Yes rcherch is RIGHT you have to use HOST command in forms to execute a file

    Regards
    Santosh

  4. #4
    Join Date
    Jul 2001
    Location
    ksa
    Posts
    37
    Hi gays
    thanks rcherch,santoshym I useing developer 2000 forms 6
    but I dont understand what the host command you mean
    please can you explain (host ) command and if you have
    example send to mohammedshake@hotmail.com..
    thanks
    mohammed al-shake
    If There Is somthing to do it just do it with oracle ....

  5. #5
    Join Date
    Jan 2001
    Posts
    153
    HOST command is used to call the operating system based execuatable commands.. like SQLPLUSW, EXPLORER, SQLLDR etc...

    begin
    ..
    ..
    ..
    host("explorer.exe");

    end;
    Vijay.s

  6. #6
    Join Date
    Jul 2001
    Location
    ksa
    Posts
    37

    Talking RE run exe files

    Hi vbaskar
    Thanks for your help ..
    mohammed al-shake
    If There Is somthing to do it just do it with oracle ....

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