o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Command line -

Hi is it possible to pass the following from my vb project? or do i need to send it from a .bat file

Code:
"c:\program files\coreftp\coreftp.exe" -R  -d  /kb/jacks/00000851.zip  -site test  -p c:\   -s

thanks

 

Add-in to change command-line in ProjectProperty -
Hi, How can I create an Add-in that can change the command line in Project properties form. I need to run my app (from IDE) using different command-line each time. In order to avoid to write manualy what I need in command line, I try to create an Add-in that can I select the comm


Command line Zipping - RESOLVED -
Thanks dglienna and Rhinobull!!!! Is it possible to call a command line utility to uses winzip command line arguments with in VB. I am looking to zip the contents of certain folders and store that zip file in a different location. If this is possible can somehow help me out on h


how to: make my app accept command line parameters -
What do I have to write to that line 'command line arguments' somewhere in the 'project - properties' dialogue to make my app accept a simple command line parameter like '-e'. I know I can later check the 'command-function' but I simply don't get the thing running with anything behi


Command line into vb text box -
ok, let's see if i can explain myself... I'm trying to make a guy to rar.exe; The problem that i'v found is that i need to know when a command line has terminated, that was easy for u all to give a solution, with ShellAndWait but the big problem is that i need to get all info t


command line problem in NT -
I am making a program which opens database created by my another program (with extension .ntd). Now I associated this file in windows registry so that double clicking the file (abc.ntd) will open the file abc.ntd by that database viewer. For this I wrote a command line handler in form'


Command line and VB 6 -
Hello, How do you run command line utilities within your VB program without having to actually launch command.com or cmd.exe and then store the result of the command that you ran in a string? For example you can go to your command prompt and run ipconfig and it will display yo


reading output from command line -
how would this be done...i have data that i need from the command line executable onto my VB app, is there a way to grab all the text within the command line and make it into a string in my VB app?


[2005] Working with command line from VB -
Does VB provide any tools or methods that would let me work with the command line utility (cmd from run from start), for example, I would like to to have my program enter some text into the command line and read what is returned into a variable or textbox.


command line argument -
I have specified command line argument in project properties this argument is mandatory to specify for my app license manager and this app is developed for SAP which also need to specify connection string in command line argument although I have tried to hardcode the connection string


[VS 2005] Passing a command to the command line -
Hey guys, I just started with VB, and I'm wondering if I can pass along this command: copy /b file.ext + file.ext file.ext to the command line. I've tried Shell() and Process.Start, but nothing seems to work . Is there a function in VB that's like system() in C++? And, if poss


old school -- command line executable -
I'm creating a good "old fashioned" command line program: no forms, no visual interface. Just a bunch of modules and a sub main(). Reads command line options. Now my problem: I can't seem to find any way to return text to the console (command line interface). I want t


How to add reference to vb project from command line -
Hi, I am running a project from command line.For that i use the command vb6 /makedll <project.vbp>. While building i need to add a reference to a new dll. I have not seen any option for 'makedll' that allows to add a reference from the command line. Is there a way to add t


Formless VB exe that accepts command line args -
How do you create a vb program that needs no form and this program would be executed from the command line and accept command line arguments? Thanks


Command Line Parsing -
I am creating a utility for our group at work and need to add switches for various changes in the programs behavior. Doe anyone have a VB command line parsing tutoial or reference material that I could take a look at. I have a command line parser module that I picked up on this site,


Need to use more then one Command line switch -
HI guys I need to make the tool that I am developing to be able to use more then one command line switch at the same time, thats what i mean: Test.exe /Q /S As of today, I can use one command line switch at a time. If I add second command line switch it will not see it at all.


Running C#.NET from MS DOS command line -
I was trying to run a program (HelloWorld) in C#.NET from DOS command line by using the following command: csc hello.cs However it is not working. I am getting the following message: 'cpc' is not recognized as an internal or external command, operable program or batch file. what a


Command Line Apps in VB -
I am writing a command line application for the first time using VB. Can anyone give me some tips on output? I know how to accept command lines using the Command function, but how do I output to the DOS console using VB? Do I need any special References? Thanks -Steve


Command line arguments -
i am using the command fucntion to get the command line arguments from the properties.. But when i call the command funtion i get an error message that says Cant find project or library Is there anything i need to set. Thanks, Mark


Closing Command Line Program -
I have a program that I launch that runs in a little command-line window until I close it. The problem is that I am having a hard time closing it. I have the PID, but whenever I try to get the hWnd I get a 0. I don't really understand all of these process handles/ideas and the distinct


How to pass a command line argument in VBA -
Hi all, I am using MS office 2003. I want to pass the command line argument through vba code. For example, I have an application, the command line argument is, ABC.exe /s /f If I run this command in command prompt it will open that application in silent mode (/s), etc.


Line command, making a sphere... -
I have altered an example someone gave me of a line command. it put a light blue line at the top, then went to a black at the bottom. I want to get tricky with this line thingy... How can I get it to go green in the center, and blue on the outside.. How can I get it to fade t


[2005] Splash screen and command line launch conflict -
I have created a splash screen for my app. However, the app can also be launched from the command line and in the MyApplication_Startup Application Event I do some command line parameter validation checks. Currently the splash screen displays even if the command line parameters are i


About the Line Command -
I want to draw a line in my form... and i'm using the Line command... line (x1,y1)-(x2,y2) Anyone knows how can i give it a color???? Thanks...


Standard Output to Command Line -
I have created an executable that will be run from a command line. I would like to have the Visual Basic program output to that command line in the event of an error (or other circumstances). However, I have not been able to find a good reference of how to achieve this. I have tried to


Command line arguements -
Hi , I have an application that needs to use command line arguements can someone tell me what the format is for command line arguments in the project properties dialog box and how do I access the properties in my code. Thanx in anticipation


Write to the command line -
What i want to do is write back to the comamnd line. type into command line: program.exe -options return to the command line: "-save(save file). "-more option (some text)"


IRC command line client -
I am looking for an IRC client that can be run from win32 command line. I can't seem to find anything like this. I have found java clients, and other gui clients but no command line ones. The goal here is to ssh into my windows box and use IRC. Any ideas? sneed


start debugging with a command line -
Hello, I am used to debug VB6-DLL project. In this case, it is possible to specify how to start: typically by a command line. Usually I use excel as starting point since my dlls are intended to be used in excel. Today I am working on a VB6-EXE. This project is a command line e


command line arguments from VB -
I have figured out the command line which extracts a listfile (Winzip files all have a text file attached containing the names of the file contents) from a Winzip file and saves it to the C:\drive. Now if someone could tell me how to get this command line to execute from VB....Her


determining number of command line arguments passed to .exe -
Hi I ahve written a .exe which takes in either one or two command line arguments. However, What I need to do is set a default second command line argument within the exe for use later in the program, to a specific value if one is not specified. ie, if the user only supplis one comma


Command Line Parameters -
When launching a program I would like to pass a command line parameter or switch to the program (UTILPGM -B). How do I go about reading the command line parameter that I have passed the program using Visual Basic 6.0? ------------------ Ritchie Short


Shelling Word Documents -
I'm trying to shell a word document from Access VBA, passing the path to the document in the command line. My problem is that some of the paths that are passed have spaces in them, and when you use command line parameters in this way it interprets a space as the end of the command lin


Displaying command line switch info -
I wrote a utility that uses several command line switches. In fact, it requires certain command line switches to perform its function. I am looking for a way to have the help information about the command line switches displayed when the utility is run without any accompanying switche


Execute Command Line -
Hey, I need to call a java Programm from within my C# code. So what I usually do in a Command Line (java - jar myApp.jar) now needs to be executed from an Command line. And then I need my C# code to wait till the java app is stopped. Does anyone know how to do this? Th


Environment Var Path -
Hello all yall! I know that it is possible to change the environment variable "path" from command line. I can only get it to stick through the duration of that command line window though. Is there a way to get it to permanently get it to stick from command line? I am always


Using a Windows Dialog box with Command Line Commands -
Hello, I have a Microsoft command line tool, that I would like to make use dialog box with radio buttons or check boxes , that would ask the user for parameters and then execute the windows commnad, which would write this command and command options to the windows command prompt.


How do I get the command line of another process -
Hi, I am wondering if it is possible to get the command line arguments that were passed to another process? I have a "program loader" application which loads one of 5 or 6 programs depending on the command line given it. I want to make sure that people can't try and init


create a que for my commands -
Hi guys i am brain storming how to do this. i have a command that will be triggered by a line in a txt file (this trigger will be random). if triggered the command will run 2/3 x at 1 min intervals. then stop. this concept i have a grip on. but if the line(trigger) is detected a 2n


Command line woes -
Now here's a strange one. I put a file name in the command line when running a program. All fine and the right value is passed. Now when I do a if dir(command)="" then missing file code end if It always returns"" even if the file exists. Is there someth


Excel: How to: Pass Command Line Parameter [DKenny is KING!] -
Esteemed Forum Participants and Lurkers: =============================== Excel 2003 VBA I vaguely recall having done this somewhere in the way distant past ... can I pass a general purpose variable (department name string in this case) as a Command Line Parameter to Excel? Rig