Summary: I'm looking for a .com file that will load a universal cd-rom driver. I don't mean a dynamic device loader, I mean a .com file that will do the loadi...
Summary: I had a worinking batch file I got tired of my friend takeing my code and doing whatever he felt so I converted it to .com Now i cant execute the dest...
Summary: I was attempting to truncate the day from the DATE /T in shell or some derivative. I stumbled across the posting below and got it to work the way I wa...
Summary: First I feel like I'm tossing a bottle in the ocean -- I am running Windows for Workgroups on a Toshiba Libretto 50 Ct -- I was using Dos 5.0 which h...
Summary: I use w95. When I go to dos and try to run COM-files the hole harddisk is scanned, but no file will be executed. I suppose W95 is the criminal, W95 r...
Summary: When booting up I get amessage that the win386.com file can not be found, neede to run in 386 enhanced mode. also need ASPI Manager driver. Does anyon...
Summary: I dos we know of .bat, .exe, .com We can write .bat files. Compiled programs result in .exe file. MY QUESTION IS: WHAT ARE .COM FILES, HOW TO WRITE/...
Summary: Hi, I have a .COM file which was made using Bat2com. Now i want to read the contents of that Com file again. Is there any utility to convert ....
Summary: You can also use Bat2exe. http://computerhope.org/download/utility/bat2exe.com When you run it, it makes a COM file and then you can rename the file t...
Summary: You can call an executable from within a com file but it is done by way of an interrupt call and is rather complex, involving address allocations and ...
Summary: Thanks to all the people that replied to my request, and sent E-mails with the attach file "EXE2BIN.EXE" I am very grateful. In answer to some replies...
Summary: Scenerio: The mouse in a system with DOS/Windows v3.1 isn't working. I need to find out how to find the mouse.com file in the DOS directory & how to ...
Summary: This is an old reference I found... I've used it and it's pretty helpful. ------------------------- USING THE ANSI DRIVER by C. Scot Giles 875 Lake St...
Summary: The command "break off" can be a good start, if you simply want to disable Ctrl+C just to prevent aborting disk read and write operations. If you want...
Summary: Hi, To help you we need to know exact DOS version you're using. Each version of DOS use its own command.com and you can't use command.com file from ot...
Summary: Hi, There is a small collection of com files in my Library that will allow you to make batch files that get the month....date ie 24th ...day of the we...
Summary: the command interpretr will first search for the .com file if it is found it is executed otherwise it searches for .exe file if it is found it is exec...
Summary: i have a *.com and i want it to run before anything else when my computer boots. is that possible, if yes, can someone tell me how...is it possible to...
Summary: If I remeber correctly, I used to solve that problem by letting the Windows "Start" activator control the process. Normal command: process.bat Change...
Summary: Okay, I have Windows XP, but thats not the Problem, because I had copy me all Dos *.com files for a perfect funcionality. The Code is echo off echo. ...
Summary: DOS doesn't allow you to set DATE and TIME evars directly. It can be done with some nesting of bat files. Also there may be some com files on the We...