|
In C# and .NET, I wrote an application that runs in a Form (using Windows.System.Forms ). I use InnoSetup to install and I am able to start the application via Windows' Start button.
My problem: a DOS command-prompt window appears along with the Form....
Started by JaysonFix on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Hopefully.
/target:exe will give you the command-prompt, /target:winexe will just show the form.
Setting.
Application", a command-prompt window will appear when running the program, as well as the form.
|
|
I created a java program that will pop up a dialog, and scheduled it as a task. Everything works fine except when the scheduled java program runs and the dialog pops up, there is another window (svchost.exe) hanging behind the dialog box and doesn't go...
Started by Belady on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
One word of warning (posting as an answer so I can get fancy links and for length): Services which pop up UI are basically security holes waiting... .
If you want your Java program to have no console window, you need to launch Java using javaw , not java .
|
|
What are commands for incoming,pull,push commands using dos command promt from mercurial(hg), in details i want to know that how i do this....
Help me all ways
Thanks
Answer Snippets (Read the full thread at stackoverflow):
In addition to the Definitive Guide linked by Vincent, see also hg help and the hg(1) manpage . .
The Definitive Guide will answer all your questions.
|
Ask your Facebook Friends
|
I like to know if there is a way to read the user input inside a batch file, because i have a file named: "fif.bat" that recives two parameters (just call them paramA and paramB ) so i execute the file like this:
fif paramA paramB
I have to change paramA...
Started by lk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can prompt for user input in a batch file using SET /P for example:
SET /P paramB="Prompt.
|
|
I am in the process of setting up Cruise Control.NET. The problem I am having is that I am running CC as a console application and when my build completes successfully and executes (using exec) it launches it within the Cruise Control dos prompt. I am...
Started by Mark Stahler on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Window
start file.cmd
opens the batch file and executes it is another command prompt.
|
|
How can I change the title of the command prompt window every time I execute a dos-based program by double clicking it, in c language. Should I use the Windows API?
Started by Sasayins on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you mean your trying to change the command prompt window title?
Yes, I want to change.
|
|
At random moments, a series of Command Prompt windows (often 3) opens up on top of whatever programs I may be running. It occurs regardless of whether I am online and regardless of whether I am actively using any programs on my desktop. The prompt says...
Started by makk on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at majorgeeks):
So uninstall it now....
However based on your logs, you do not have AVG uninstalled, I see AVG 2012 installed .
It is just a registry entry that it causing this problem .
Welcome to Major Geeks!
You need to let ComboFix run anyway even though it mentions AVG .
|
|
Any starting point/ideas for a custom console app which mimics the dos command prompt ? Basically looking for best practices and ideas for where to start Perhaps using powershell which frankly i've not looked at yet !
I know this is a little retro but...
Started by Kumar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a project you might be interested in: Console
There are several home-brewed command prompt from Command Prompt.
|
|
Hi all!
I've started to "play around" with PowerShell and am trying to get it to "behave".
One of the things I'd like to do is to customize the PROMPT to be "similar" to what "$M$P$_$+$G" do on MS-Dos:
A quick rundown of what these do:
Character | Description...
Started by JJarava on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Because of that, we'll $pushPrompt = "" for ($i=0; $i -lt $pushdCount... .
Since the history may be either that we're currently entering on the prompt ## will be next in the history.
If this does what you want:
function prompt { ## Get the history.
|
|
I am extremely new to ruby and just trying to use it to do some basic scripting. Namely telnet into a machine and use the dos ftp client to pull some files over.
The problem that I have is when I try to telnet into the machine manually (from command prompt...
Started by George Mauer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If it doesn't match your prompt.
Apparently it's what decides when the command has finished.
Check the docs for more info :-)
Edit 1: You might also check the Prompt option.
Is Binmode => false.
|