Start An Hummingbird Exceed Shell With Visual Basic

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Start An Hummingbird Exceed Shell With Visual Basic
# 1  
Old 12-30-2009
Start An Hummingbird Exceed Shell With Visual Basic

Hi all.

I have a script that I've finished on Solaris 10 recently. Now they want me to build a GUI for it with VB. This is my first endeavour with VB. I am using Visual Studio 2008 to write the GUI. The GUI is all done and has the string var 'Command' that I want to execute in the shell.

1. Is it possible to call the program to check to see if there is an Exceed shell open on Windows?
-If yes, feed a command stored as a variable by the VB program to it and execute it.
-If not, execute the Exceed program, wait for the user to enter name and pass, then when there is a shell execute the command in the shell.

2. Can I export all the writing that comes up in the shell from the script to a text file and have the VB GUI display it in a window in the GUI? Its something to do with stdout or $1 >> output.txt right?

Thanks for any help!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

Visual Basic converting a decimal data type to a label with currency format

Here is the code that I am working with. I have tried several other things. any suggestions? Lbl_Cost_Output.Text = (dDistance * dCostPerMile).ToString("C") The label is formatted correctly in terms of value 0.00 but no dollar sign appears. Please let me know if you have any questions. (1 Reply)
Discussion started by: briandanielz
1 Replies

2. Solaris

How to FTP (get multiple) unix files to windows using visual basic 6

How to FTP (get multiple) unix files to windows using visual basic 6. I am a list of files in my unix location, need to ftp those files to windows machine using Visual basic 6 or VBA macros. Thanks in Advance (3 Replies)
Discussion started by: sureshmani
3 Replies

3. Windows & DOS: Issues & Discussions

[Template] Send SMTP email with Visual Basic Script (vbs) from Command Prompt using CDO

This is a script in visual basic that basically sends an email from an existing account, in this case the example is provided for live.com. It uses CDO (Collaboration Data Objects). All you need to do is replace the fields with the proper information. The email is send from Command Prompt... (0 Replies)
Discussion started by: Tribe
0 Replies

4. Shell Programming and Scripting

Looking for shell script to monitor CPU utilization and send mail once exceed 75%

Dear Group, I'm look for shell script to Monitor CPU usage and send mail once it exceed 75% I'm running Suse10.4. (3 Replies)
Discussion started by: clfever
3 Replies

5. Programming

Connect to UNIX server with Visual Basic

Is there any possibility to develop an application using Visual Basic that connects to a unix server (using SSH) and run some commands? I will try to describe what i need : The user should enter the server adress, username and password! Than the user must enter some "filenames" and after... (10 Replies)
Discussion started by: SuperDuck
10 Replies

6. UNIX for Dummies Questions & Answers

Using FTP mget from Visual Basic Shell

Hi calling a batch file with FTP commands from Visual basing with Shell, it basically to copy files then delete them. The delete seems to work but the copy, it looks like the mget command doesn't have the complete information on where to copy the files. Here is the batch file content. Open... (2 Replies)
Discussion started by: Mario120560
2 Replies

7. Shell Programming and Scripting

How cgi(shell script) to receive the URL REQUEST from Front end (visual C++)?

I am facing a problem which is weblogic convert to CGI method. The original process is -> the Front End is using Visual C++, and backend is using WEBLOGIC the based programming is JAVA. The method for Weblogic to receive the request from Front end (Visual C++) thru URL. for example :... (0 Replies)
Discussion started by: ryanW
0 Replies

8. Shell Programming and Scripting

basic c-shell help

hello, i am very new to this, so i have basic questions about writing a shell. if i am working with a basic file, "main.c" and a shell file, "shell", what will the shell file look like? i want to change the command prompt from % to $, and i want to be able to have standard input from the... (0 Replies)
Discussion started by: ayalex
0 Replies
Login or Register to Ask a Question
Gtk2::Gdk::Visual(3)					User Contributed Perl Documentation				      Gtk2::Gdk::Visual(3)

NAME
Gtk2::Gdk::Visual HIERARCHY
Glib::Object +----Gtk2::Gdk::Visual METHODS
integer = Gtk2::Gdk::Visual->get_best_depth visual = Gtk2::Gdk::Visual->get_best visualtype = Gtk2::Gdk::Visual->get_best_type visual or undef = Gtk2::Gdk::Visual->get_best_with_both ($depth, $visual_type) o $depth (integer) o $visual_type (Gtk2::Gdk::VisualType) visual or undef = Gtk2::Gdk::Visual->get_best_with_depth ($depth) o $depth (integer) visual or undef = Gtk2::Gdk::Visual->get_best_with_type ($visual_type) o $visual_type (Gtk2::Gdk::VisualType) integer = $visual->bits_per_rgb unsigned = $visual->blue_mask integer = $visual->blue_prec integer = $visual->blue_shift byteorder = $visual->byte_order integer = $visual->colormap_size integer = $visual->depth unsigned = $visual->green_mask integer = $visual->green_prec integer = $visual->green_shift unsigned = $visual->red_mask integer = $visual->red_prec integer = $visual->red_shift screen = $visual->get_screen Since: gtk+ 2.2 visual = Gtk2::Gdk::Visual->get_system visualtype = $visual->type ENUMS AND FLAGS
enum Gtk2::Gdk::ByteOrder o 'lsb-first' / 'GDK_LSB_FIRST' o 'msb-first' / 'GDK_MSB_FIRST' enum Gtk2::Gdk::VisualType o 'static-gray' / 'GDK_VISUAL_STATIC_GRAY' o 'grayscale' / 'GDK_VISUAL_GRAYSCALE' o 'static-color' / 'GDK_VISUAL_STATIC_COLOR' o 'pseudo-color' / 'GDK_VISUAL_PSEUDO_COLOR' o 'true-color' / 'GDK_VISUAL_TRUE_COLOR' o 'direct-color' / 'GDK_VISUAL_DIRECT_COLOR' SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Gdk::Visual(3)