Summary: I've been trying to execute cmd.exe from java, but having not been able to solve the problem. In this example, I happen to use gpg, but any commands w...
Summary: Alright. WinXP2, SP2. I'd post SP3, but I'm sure I'll forget when I get home. Mon 07/21/2008 21:32:09 C:\WINDOWS\system32>g:\tmp\fciv cmd.exe // // Fi...
Summary: Yes, I agree, cmd.exe is powerfull too now, can do a lot of things, but with much more twisted lines of batch scripting than what is needed. But TCC m...
Summary: Greetings, I am wondering if anybody has any idea on how I might achieve my programming goal. I am FTPing to KCM_Ext server and am trying to run progr...
Summary: I have spent many hours reading trying to find a solution to my problem. My problem: I am calling a runcommand java function from oracle to run a bat ...
Summary: Hello. I am new to java programming. I have made a couple of silly programs but how do i get them to run on another computer. For example to make a vb...
Summary: I don't think it's possible for a var set to stay stuck once the command shell is exited, whether it's cmd.exe or command.com. M2 If at first you ...
Summary: I run a shell command to start the cmd.exe and issue a ping command to network using SendKeys. I wonder how can I read the result from my VB app. if a...
Summary: Hello, I really need some help, i am a total noob on msdos and the cmd prompt. i was just wondering if anyone could teach me or make a file where i ca...
Summary: Google tells me that cmd.exe handles a max line length of 8192. There must be a lot of JARs in that directory. If your console cannot handle the leng...
Summary: I havnt been programming in java for too long, but im pretty handy in C++ so :). Im curious as to how I go about making a java program exe. I remember...
Summary: I want to call a file path in cmd.exe that contains blank spaces C:\Program Files\MyTxtFiles\*.txt Surrounding this path in quotation marks does not ...
Summary: Thank you for your replies. I am ready to re-write the program in VB.Net. Only thing is I need the final application to be an exe, so that it can run...
Summary: I think when you are a newbie and you get people firing suggestions at you like this, things can get bewildering. So, let me try and categorise some o...
Summary: Hey Razor, Thanks for you post, I'm having a problem with the code. I've copied & Pasted it and it doesn't work =[ Can you tell me how to type in CMD ...
Summary: Using cmd.exe, there isn't a "proper" way to write some output without ending with a new line. However, there is a "trick" you can use: Instead of ech...
Summary: An update. I tried a batch file with just @echo off in it and nothing else and ran it, I get the same error. So I know now its now your script. But n...
Summary: You can't achieve what you want as multitasking is not supported inside the same console window. You can run multiple scripts by the Start command, b...
Summary: i tried using iexpress to turn a batch file to exe. i used this code in that batch file: @echo off cls :loop set /p test= _____________ if /i "%test...
Summary: This is an annoying problem. I have a text file containing full path and filenames to files I need to copy. Each on its own line. Used replace in word...
Summary: Hi, Anyone can give me a advise on how to use SendKeys() in Visual Basic 6 to drive a Command Prompt Application. Here is my code *******************...
Summary: HI, suppose I create a batch file echo parent %WINDIR%\system32\cmd.exe /k echo child now as the line 2 create a new shell the 3rd line do not execute...