If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Calling Unix Shell script

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-17-10, 03:16
harshad.unique harshad.unique is offline
Registered User
 
Join Date: May 2010
Posts: 1
Calling Unix Shell script

Hi,

I have a peculiar requirement..

I want to call a unix shell script through a button mechanism, like in VB.
When a user clicks on that button, the unix script should be called..

Is there any scenario for this. Could you please help me out...

Thanks,
Harshad.
Reply With Quote
  #2 (permalink)  
Old 05-17-10, 08:28
kitaman kitaman is offline
Papabi's friend
 
Join Date: Sep 2009
Location: Ontario
Posts: 629
In an X-window environment, tk and tcl, in a browser environment php
Reply With Quote
  #3 (permalink)  
Old 05-20-10, 18:06
Tyveleyn Tyveleyn is offline
Registered User
 
Join Date: Aug 2006
Location: The Netherlands
Posts: 248
From a Windows environment you could initiate the script through a buttonclick in the clientapplication (e.g. in VB, Delphi or C++) using a remote procedure call but I'm not familiar whith that.
Usually I do this from the (Windows) clientapplication through the connected databaseserver on Linux calling a stored procedure that performs the call to the shellscript.

Regards,
Hans
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On