|
-
November 12th, 1999, 06:40 PM
#1
VB to Unix
Is there any way to create app. using VB for Windows as front end communicating with
Unix i.e. running shell scripts, submitting parameters, reading results.
Note: not by means of FTP
Cancer
-
November 13th, 1999, 04:06 AM
#2
Re: VB to Unix
Yes, it is Possible.
Using Com port and MS COMM comtrol. I had some a small project. Sending some simple control data (Simulating a user Panel).
And the unix server section was not written be me so i can't give you much details... it needs to run a socket (or Unix Equil program) which will be looking at its port or what ever!!.
RK
-
November 13th, 1999, 07:41 PM
#3
Re: VB to Unix
Could you do this using Smba protocol?? You could set up a UNIX share which would be available to your Win32 machine using smba. Your VB app could then read and write to this share, and could produce scripts on the fly. If the scripts produced had to be executed at regular intervals you could set up cron jobs on the UNIX box to execute them periodically and place the results in a file in the shared directory. Your VB app would then be able to read these files again from the share via the win32 box.
Only an idea. Might not work!
-
November 15th, 1999, 08:41 AM
#4
-
November 15th, 1999, 08:43 AM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|