Input And Output Command Line Arguements?

Sep 11, 2009

I have 2 VB programs that I would like to communicate with each other, but I want them to be separate EXEs. Anyway, the easiest way I figured would be for me to call the one program from the other and then return a result. How do I get this result into another program?

Here is how I want it to work:

1. Start System Information Program (easy)

2. Call a video test program, and send a couple arguments (see below)

3. Receive arguments from the video test (I do not know how to do this, I do not know how to send from the video test or receive from the system information)

View 5 Replies


ADVERTISEMENT

How To Get Command Line Arguements In .NET Program

Feb 22, 2007

i want to know how to get the command line arguements inside the vb program aka parameters that you specify while running a vb program through a shortcut by specifying a parameter ??for ex: "c:myfile.exe -parameter1 -parameter2 -etc".

View 5 Replies

VS 2008 Redirect Input And Output Of Command Prompt

Nov 27, 2009

Every time I try and redirect input and output of command prompt I have a problem. The debugger itself crashes! Something must really be wrong. What is a good way to launch CMD and send commands to it, receive output.

View 1 Replies

Organizing Command Line Output?

Jul 21, 2009

I have a program that runs a command line and retrieves the output, but the output I receive is unorganized and run-on. Since 3 processes are being run, I'd like each process results to be listed on a different line.

Here is the code:
Dim viewteam = Page.Request.Form("viewteam")
Dim arg As String = "/c net localgroup hglocal-" & viewteam & "-gold"
Dim arg2 As String = "/c net localgroup hglocal-" & viewteam & "-rw"

[Code].....

View 1 Replies

VS 2008 Read And Command Line Output

Sep 15, 2009

I am using this to capture output from the command line: url...Is there a way to modify that, so I can get the results as they are updated? [code]Is there a way to capture that output every time it is updated so I can change a text box as it get updated?

View 1 Replies

VS 2008 Read And Command Line Output?

Mar 16, 2010

I am using this to capture output from the command line:Is there a way to modify that, so I can get the results as they are updated?

View 3 Replies

Command Line Argument: Check If Correct Command Line Or Exit App?

Jun 6, 2012

I have beginner skills using VB (am using the Express edition to learn). I would like to know how to set up a conditional statement in a Windows Form (WF) app that would check if a specific command line has been passed by another separate app that launchesthe Windows Form app using command lines, and if not passed, then the Windows Form app would shut down (exit, close).So far, I can use:

For Each s As String In My.Application.CommandLineArgs
If s <> "xyz" Then
Me.Close()

[code]....

View 14 Replies

Send A Command To A Command Line And Then Submit The Command?

Apr 30, 2010

First let me say that I am not sure whether or not this should go in this section or the API section, and if it needs to be moved I apologize. My issue is fairly straight forward, but for some reason I cannot get it to work.

I am trying to send a command to a command line and then submit the command. I have been trying without success to get this to work in v2008 Express and v2010 Express, Here is the code I am trying to us:

Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" ( _
ByVal lpClassName As String, _
ByVal lpWindowName As String _

[Code].....

View 6 Replies

Command Line Switches - Keeping Command Window Open?

Feb 24, 2010

I am using the following code to run defrag and to analyze if the C: drive requires defragmentation:

Dim analyze As Process = System.Diagnostics.Process.Start("C:WindowsSystem32defrag.exe", "C: /a /h /u /v")

This process runs through analyzing, runs it in normal mode & prints the progress to the command window.

My problem is that as soon as the process is complete the command window closes. I need it to stay open so that I can read the results.

View 3 Replies

Send Command To Command Line From Windows Form Application?

Mar 11, 2010

I am trying to send a command to the external command line (cmd.exe) from the Windows form application that I'm writing in VB.NET (using VS2008).

I can only access the external program thru the command line (its not my program) and I must do so from a form app.

I am trying to use the following code. I am able to call a cmd.exe window, but I can't pass the command line my command.

Using mp As New Process
With mp.StartInfo
.FileName = "cmd.exe"

[Code].....

View 8 Replies

Command Line Program To End Before Moving Onto The Next Command In Loop?

Feb 4, 2011

I am using a CheckedListBox that is populated with Filenames (full path, i.e. C:TestTest.jpg)When I have the files that I want in the CheckedListBox I wish to click a Start Button which will process the list one at a time using an exe program that runs on the Command Line. There are arguments that need to pass to the command line as well as the file location in order for the program to process.I currently have it working but the issue is the loop finishes quickly and it is left up to the CMD.exe to finish the process. What I would like is for the LOOP to wait until each file completes processing before passing the command for the next file in the CheckedListBox.There some reasons I wish for it to work this way.

1) I would like to have a button that can Pause/Restart the Loop.

2) I would like to have a button that can Stop the Loop so the whole process can end.

3) I would like to have the Loop remove each file one by one from the CheckedListBox after it has been processed.

4) I would like to display a Message once all the files have been processed.

5) And if it were possible I would like to report the status either by text or a progress bar showing where it is at in the process.

6) And the ability to add some error handling if possible.

Since the Loop finishes so quickly as it just passes the command to the command line using the & as a seperator it is the command line that is handling the rest of the process. Because of this there is not control over it in the GUI.The code I am using allows the Command Line text to display in the Form so it won't open up a seperate window to run CMD.exe. This is the desired affect as I would like everything to appear to run from within the Form itself.

[Code]...

View 6 Replies

.net - Execute DOS Command And Get Its Output?

Mar 29, 2010

I'm wondering, in Visual Basic 2008, how to execute an external dos command and get its output without help of an intermediate file (to speed up)?

View 1 Replies

Get The Output Of A Shell Command?

Jan 10, 2012

I have a VB.net program in which I call the Shell function. I would like to get the text output that is produced from this code in a file. However, this is not the return value of the executed code so I don't really know how to.

This program is a service but has access to the disk no problem as I already log other information. The whole service have multiple thread so I must also make sure that when the file is written it's not already accessed.

View 3 Replies

Manipulating Output From Sql Command Asp.net?

Feb 10, 2011

I am building a quiz application which has 5 categories. I am saving details like name, category and score to DB. Table where all data is saved looks like :

Name Category Score
John Windows 10
Tom Mac 5


On the start page i want to disable/enable categories if user has/has not took quiz yet (ie. if John has already completed Windows quiz but hasn't Mac then enable Mac Quiz, disable Windows and show Windows score).Whats the most elegant way of retrieving these values from database and then passing them to variable or boolean? What if search returns NULL (if quiz was not taken by John) and manipulating output from SQL Database? I am using vb.net 2.0 and SQL server 2005 and its an asp.net application.

View 1 Replies

.NET - Pass Command On Command Line?

May 29, 2012

I am struggling to pass a parameter to a VB.NET application via a Windows scheduled task. It works perfectly in Visual Studio (passing a command line arguement via project properties).If I am calling a VB6 application, then I will supply the following parameters and it works:

Run: c:progra~1TestTest.exe TestParameter Start In: c:progra~1Test However, if I supply the same parameters in VB.NET, the program throws an exception when it tries to create an instance of a class in the Form.Load: System.NullReferenceException cannot create instance of object.

I have also tried the following:Run: c:program filesTestTest.exe TestParameter Start In: "c:program filesTest" This time the status of the scheduled task changes to "cannot start".What is the correct way to specify command line parameters in a scheduled task for a VB.NET program?UPDATE I found the solution on this web page:[URL}.. I am still confused as to why the program would not create an instance of an object when I used the 8 bit paths (i.e. progra~1)

View 1 Replies

Clearing Output When Input Changes?

Jun 2, 2009

I created a simple calculator. I just graduated with my Bachelors in Software engineerin in March of 2009. I am tryig to get a better understanding of VB.Net. I created a simple practice calculator and would like to know what code needs to be added in the code to clear the output when the user changes the input without adding a clear button as I know how to clear the input and output using a clear button, y working code is pasted below.

[code]
Public Class Calculator 'Form click event handler
Private Sub Add_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles

Download file asynchronous using sockets

View 2 Replies

VS 2008 Input A Value To Output Another?

Oct 19, 2010

In my programming class, we have been set a task in which a user inputs 8 numbers, and those 8 numbers will be split into groups of 4 (therefore having 4 lots of two digit numbers). These 2 digit numbers will then translate to a specific time, day, place and city.

For example, this table below is what we have been given for city. (there are separate tables for time, day, place with different 2 digit numbers)

(Excuse the formatting)
City Code
London 11
Paris 37

[Code]...

For example, if a use inputs 11995467 I would want that to output London (being the number 11), [a PLACE = 99], [a DAY = 54], [a TIME= 67]

Bearing in mind I am a newbie, and my knowledge of VB is minimal. How would I go about doing this. It's suggested we use MOD and integer division, but I don't see how it can work.

View 5 Replies

Using Wininet.dll To Retrieve FTP Command Output

Oct 2, 2010

I'm trying to find a simple way of checking user stats via FTP, wininet seems to be the best option.How do I get the output from the command though? [code]

View 1 Replies

Do A Calculation Where-in Output Is Different Depending On What Input Is

Jul 28, 2009

I'm trying to do a calculation where-in the output is different depending on what the input is. [code] I have these repeated using >=50 >=60 etc. but when I go to run the program I get this: [code] basically I need to know how to create a cut off point for the grading system. <= doesnt seem to work.

View 4 Replies

Input Output Error Stream?

Oct 30, 2011

Applications in the .NET Framework can use the System.Console class to read characters from
and write characters to the console. Data from the console is read from the standard input stream,data to the console is written to the standard output stream, and error data to the console iswritten to the standard error output stream. These streams are automatically associated withthe console when the application starts and are presented as the In, Out, and Error properties, respectively.I am working with redirects and I am solving small problems one at a time. So far so good, but I lost track of the big picture here. Can someone please clarify something for me.

View 1 Replies

Passing Two Input And One Output Parameters

Oct 7, 2010

I have a stored procedure with two input and one output parameters. I need to execute the stored procedure from VB 2008 code passing it two parameters and returning the output parameter. How might I go about doing this? I don't have how to do this. Newbie here.

View 1 Replies

Call A DOS Command And Redirect The Output To A File?

Apr 2, 2010

I'd like to have a macro in Visual Studio 2005 that calls a DOS command and redirects the output (stdout and stderr) to a file. Just calling the command and ">" redirecting it will not capture stderr, so there are two parts to this:

calling a DOS command capturing both stderr and stdout to a file during that call

I'd then like to open this file in Visual Studio after the command completes.

View 1 Replies

Get The Output Of A CMD Command Attached To A RichTextBox Control

Jan 9, 2010

I am trying to get the output of a CMD command attached to a RichTextBox control. For this sample, I am using the PING command. It works but unfortunately not the way I want it to. Instead of 'appearing' in my RichTextBox line by line, it waits until the entire process is completed and then it attachs it to my RTB.

[Code]...

View 5 Replies

Getting Command Parser To Work - Isn't Generating Any Output ?

Apr 30, 2011

Getting command parser to work. I've made a new topic for this, because the old one isn't getting much attention, but also, I wanted to refine my questions, so that they would be easier to work with..

Here's how I have this code set up in my project..

I have a function module with public functions like so..

Code:

in my public class GameWindow I have the sub for the first rooms look command..

Code:

Now everything is going to be fed through a button click. User imputs MyString, and presses button. Here's the button code.

Code:

This isn't generating any output.. not sure how to go about getting it working. ha, I'm learning though...slowly, but surely. I like the hands on approach of implementing things into my project, and working with them. I learn better that way, plus the project'll get completed eventually.

View 10 Replies

Run A Dos Command With A Button And The Output Need To Come In The Outpud Textbox?

Oct 13, 2009

I want to run a dos command with a button and the output need to come in the outpud textbox.the only problem is that i need to give another option in the dos command, how can i do this?This is what i use. but how can i give the second command in that command that is already running?

Private Sub CMDAutomate2()
Dim myprocess As New Process
Dim StartInfo As New System.Diagnostics.ProcessStartInfo
StartInfo.FileName = "cmd" 'starts cmd window

[code].....

View 4 Replies

Open A File For Output Or Input Or Even Append ?

Jul 6, 2011

find a way to check if a file exist before opening it or creating it.I know how to open a file for output or input or even append which is what is going to do assuming it exist already.

'all this is inside a button which will open the file upon pressed
'to populate a
'combo box drop down list[code]....

View 3 Replies

Collection Input/output Text File?

Nov 30, 2011

Normal
0
false

[Code]....

This question has been most likely been asked a number of times, but really hitting a brick wall regarding this.

The issue is that at the moment, I have to create a database using text files on VB.

So far I have managed to get the code working to add new customer and browse added records, but stuck on how to output/input back and fore to a text file, to store information, and after this input/output the text file to a DB ( Not worried about this at the moment)

Public Class Customer
Dim CmrColl As New Collection 'Create the new collection. Think of this as an array of objects.
Dim itemCount As Integer = 0 'A variable to help us scroll through the objects later.

[Code].....

View 3 Replies

Communications :: Input / Output Control Board?

May 30, 2010

We learned How to assemble an input/output control board that would connect to your serial port. We were able to use out statements (back in the old gwbasic) to send output signals to the parallel port to turn on/off different outputs. The board had connections where you could connect lights, relays, etc, and had connections where you could attach switches and sensors.

I have been looking for something simple that I can manipulate in my programs. I already have an ActiveHome X10 interface which includes an activex for receiving and sending x10 signals (home automation, turning lights on/off, etc.). I want something that I can straight out connect relays to, and sensors as well. I don't want something that connects to the serial port since that is already being used up, the parallel port would work fine, or even better usb.

View 6 Replies

Finding String Encryption With Given Input And Output?

Jan 17, 2010

I have an input and an output, but i would like to know what how to calculate/find the string encryption in between.

Input: 22ac24c481690dd5d90973c6697624ec
String: ??? Unknown
Output: cc28641637656a42e092b61d3e67af0d

[URL]

View 6 Replies

Invoking Command Prompt (Automate CMD And Redirect Output To App)

Feb 18, 2010

Based on the title I'm sure you all understand what I want... So, I need to work with CMD through my app. and I searched google and vbforums and I found some solutions but none of them helped me because all I found was either older version like VB.net 2005 like this topic HERE (and this is exactly what I want) and found some in other languages like c# or c++ that I really don't now them..

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved