Related topics

DOS commands not working
("Print directly to printer") Are you trying to print screen from a DOS or Windows Application? -Is the right/latest printer driver installed? 2) After the 1st DOS command, the command line is "invisible"; eg, it doesn't show while you are typing it. The command line interpreter gets it OK, and it is reflected at

Run ms-dos command in Pascal program
Schnellbac...@web.de comp os os2 apps Jean Castonguay wrote: I like the EPM facility that allows us to run OS/2 command line programs within its command shell and get their outputs in the shell. If I try to run a DOS program within the EPM command shell, the DOS command interpreter will be called, the program will

DOS like commands on UNIX machine.
EXE http://www.microsoft.com/technet/MSDOS/reskit/comm8.asp Commands: Sort - Xcopy http://www.nukesoft.co.uk/msdos/ MS-DOS Reference http://home.sol.no/~westerma/planet/dos/commands.html Planet 16-bits! http://www.computerhope.com/msdos.htm MS-DOS help and commands, including undocumented, error codes,

How Do I Delete Files via Dos Command?
Steven J Sobol sjso...@JustThe.net comp lang java programmer Tomer Ben-David <tome...@barak-online.net> wrote: Hi Is there any way to open the dos command prompt from java (this black dos window...) I want to execute some dos command and to execute them using java code that will run them inside that black dos

Need a road map to Win98 dos command.
Somewhere in there is the answer to your question -- the rest is for your future consideration Rick You can use the Shell command. To execute internal DOS command (Dir, Copy, etc. as well as redirection of screen output), the command processor must be specified (using the Environ function and "comspec" as its

unwanted startup to DOS command line only
Holt...@worldnet.att.net> writes: [trouble w/ incorrect command.com message] In thier config.sys line you need the following line: shell=c:\dos\command.com /p /e:8152 This allows a larger 'E'nvironment size for more interupt handlers by command.com. It allows the Newest load to re'P'lace the other command.com that

dos "mode lpt1 132,8" command
Rick -MVP You can use the Shell command. To execute internal DOS command (Dir, Copy, etc. as well as redirection of screen output), the command processor must be specified (using the Environ$ function and "comspec" as its argument returns the correct command processor path on NT and non-NT systems) .

Problem executing DOS commands within win95 MSDOS window
We
removed the WIN command, and DOS 6.22 seems to work fine until we get an "Invalid COMMAND.COM" message and a shutdown. Trying to edit a text file SHELL=C:\DOS\COMMAND.COM C:\DOS /P /E:1024 That would be my prefered approach. I am a bit confused. What are you booting the system from, the parallel port drive?

Incorrect Command.com
Joe Fischer joef...@iglou.com alt msdos programmer cArLoVeNY (CaRLoVe...@webtv.net) wrote: I NEED TO KNOW ABOUT INTERNAL DOS COMMAND 1= WHAT IT MEANS It means it is a command line command handled by COMMAND.COM and the resident DOS. Now you need to know what "external DOS commands"? External DOS commands are the

Getting a Dos window close when using the RUN command
Maarten maarv...@planet.nl comp lang clarion Gale, I need to run a dos command using the RUN command, but am unable to get the resulting dos window to close after the command has completed. Any help would be greatly appreciated. Make a .PIF for your Dos-program (shortcut) and edit it's properties to close on exit.

How to call an external program or DOS-command
Just copy it to your c:\windows\command folder and you're go. You are right, I have C:\dos in my path. You need to copy Help.com AND Help.hlp to Windows\command or add C:\dos, or wherever they are, to the path. With C:\dos in the path you can go to the Dos command prompt and access all those Dos commands in order

video reset kills beep in DOS box
To run a DOS command, Shell to Command.com with the command. Look at the Shell options in re: whether or not it's visible and such. Rick <yogi_bear...@yahoo.com> wrote: I'd like to run the following command from within VB. dir /b %variable% > C:\windows\temp\temp.txt I'd like to do it without calling a batch file

Win95 Can't start in MS-DOS command mode
MAppell917 mappell...@aol.com comp databases xbase fox There is no DOS command but it's one line in dBASE code so it's a cinch. You just compile that one line and you have an exe file. You put a PARAMETERS statement at the top of your prg so that the exe file will accept parameters from the DOS command line.

Why copy (DOS command) from Java Runtime doesn't work ?
The emulation itself is still working, ie. it lets the host know that the DOS command has finished and the host continues its job. This procedure worked fine in Win95. The only thing I can think of is that it is a problem with the shell to DOS that somehow relates to the Video Mode that the emulation program is in.

Can I use perl to automate NT4 dos command?
When I try the following, nothing happens Run CD curdir() Run copy &tble Is this caused by the fact that DOS doesn't understand Macro Substitution? How can I make it work? Also I noticed that when running a DOS Command from within VFP (I use version 8), the DOS window opens for the duration of the DOS command and

Amendment to "dos command list - basic question"
Vincent Fatica vefat...@syr.edu comp os ms-windows nt misc On Thu, 25 Sep 1997 15:07:45 +0800, Chengwei Lin <cheng...@accton.com.tw> wrote: Hello, I have to write a program in which I have to issue a DOS command or run a DOS executable by calling "system()" system call. However, I don't want the DOS prompt window

DOS command from a win32-programm
Iceman, you are the stupid shit. the Help command in DOS doesn't list EVERY command. Ass hole. If you were in any way smart you probably would have assumed he tried the help command already. Example command NOT listed on the help command: IPCONFIG ROTFLMAOAY! You stupid shit, that is not a dos command.

NT DOS command interpreter
Steve Schafer (TeamB) pand...@telepath.com borland public turbopascal On Fri, 04 Feb 2000 21:28:49 -0600, Miles Muri <mi...@sk.sympatico.ca> wrote: The EXEC procedure lets you execute and external program, but I'm not quite sure how to make it do DOS commands per se. For example, how would you change to a different

dos command
Hi Does anyone know how to get a DOS command line before you click the exclamation point so you can enter the path of the program name, and file names. I need to debug it so I want to know how you do get a DOS command line in the Visual C++ 6.0 source code editor of Visual Studio environment. since my code is the

character limit on DOS command line
NOTE: If the CALL statement in the Autoexec.bat file starts the MS-DOS command interpreter (Command.com), you must type "exit" (without quotation marks) at a command prompt and then press ENTER to quit that instance of the command interpreter and allow the remainder of the Autoexec.bat file to be processed.