Summary: if this has been answered elsewhere, I apologise; please provide a link to it. I want to run an application (myprog.exe) that must run from a command ...
Summary: Maybe I'm missing something obvious [happens alot] but it seems like you could: @echo off echo this is the parent cmd /k myprog.exe OR @echo off echo ...
Summary: Siva, To execute a program as soon as the machine starts, you have basically three options... depending on which Windows version you have. 1) You can ...
Summary: In addition to the above... you can also modify win.ini with a line that reads run="c:\myprog.exe" or load="c:\myprog.exe" I haven't attempted this in...
Summary: If you have a program that generates text output, run it from the command line as: C:> myprog.exe > output.txt to generate a file in the current direc...
Summary: SCREEN THIEF worked for me for capturing a DOS screen runing under windows XP. The trick is to run both SCREEN THIEF and you DOS program in the same D...
Summary: Erm, this wasn't what I was looking for but...for your problem. This works for Win98 If you mean swap the windows desktop for your own application sim...
Summary: Hi, I got a program I want to run under windows95 that would start running on windows bootup. Can I put in win.ini? I see a line like "run=". Can I ...
Summary: You can specify the dos version with the "setver.exe" command located in /winnt/system32 EX: in config.sys you add the following line setver c:\mypro...
Summary: I noticed that in Start Menu > RUN you can type windows programs in, such as CMD or winver, regedit, etc. Certain programs once installed, like Firefo...
Summary: Not quite clear. I think "parsing" is not an ussue here. In general: if exist H:\toto\tutu echo it's here OR if exist H:\toto\tutu start myprog.exe ...
Summary: I don't know, if it is that, what you mean, but to auto-load an Application on startup, if you don't want it to add to the Autostart-Group, put the pa...
Summary: I'm working on RedHat 7.1, and try to decrease compilation-time. I've got big old-styled libraries (libXXX.a), which are to be linked together to prod...
Summary: I am not sure this will work, but you may try and it may solve your trouble. Warning it works only for Windows XP/2K, when you are not clear about you...