COMMAND.COM opens to blinking cursor

muskett32

New member
Local time
2:54 AM
Messages
5
Hello all. Need a huge hand on this one. I have a program that requires COMMAND.COM to run. Windows 7 32-bit. Whenever I open command.com or any of the MS-DOS apps in the \windows\system32 folder (like edit.com) they open to a prompt window with a blinking cursor on upper left.

CMD.exe opens just fine, but unfortunately I need command.com to work. I've copied the command.com file from another computer and same issue. Have also ran sfc /scannow. Any thoughts?
 

My Computer

Computer type
PC/Desktop
OS
Windows 7
One limitation you will have with COMMAND.COM is that it can't use long file names. This means that you will need to limit yourself to 8.3 format for paths and filenames.

Here's an example of what an 8.3 folder name looks like:

"My Received Files" is the long (modern) name. The 8.3 name would be something like "myrece~1". Furthermore, there might not be an 8.3 filename. To see if folders and files have 8.3 names, do the following:

Open a command prompt.
Change to the desired drive and folder.
Type DIR /X <ENTER>

If there is no 8.3 filename or folder name for a file or a folder, then all you will see is the long file name. In other words, COMMAND.COM wouldn't be able to do anything related with those filenames or folder names. This presents a major problem for COMMAND.COM.

There may be other limitations as well which make it impossible to run your program in Windows 7.

Is there any way to deal with this problem? Possibly. If you could somehow assign 8.3 names to everything, then that would address this problem. I'm not sure if you could do that or not. And even if you did it, you might end up with a bunch of unintelligible file and folder names which now will cause problems in Windows 7. Perhaps there is a way to add the 8.3 name without disturbing the long file name in any way. But this approach will be a major hassle for you, if it even works.

A workable solution is probably to install an older OS (one which is compatible with your must-have program) via Oracle VirtualBox, and run your program in the virtual box which has the older OS.

Another possible solution would be to install DOSBOX, a DOS emulator, in Windows 7, and then run your program in a DOSBOX session. To me, this will be the least complicated way to do it, if it works in DOSBOX.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Linux Mint 18.2 xfce 64-bit (VMWare host) / Windows 8.1 Pro 32-bit (VMWare guest)
CPU
Haswell
Memory
4 GB
Monitor(s) Displays
Acer 23"
Screen Resolution
1920 x 1080
Hard Drives
Two hard drives, 1TB each: One for Linux, one for my data.
Keyboard
IBM Model M
Antivirus
Sophos (Linux), Trend Micro (Windows)
Browser
Firefox, Opera
Other Info
I use Samba to share my data drive with the other computers at my house and with my guest session in VMWare Workstation Player.
Thanks for your reply. I’m aware of the long file name limitation. However, I’m having an issue simply opening Command.com. This is a fresh install of Windows 7 32-bit. Simply typing “Command.com” in the run line produces the issue.
 

My Computer

Computer type
PC/Desktop
OS
Windows 7
When you type command.com it looks for it in current directory then it searchs the path I would create a folder on c called DOS then add software to that folder and add c:\dos to the path it depends what the software needs remember DOS had config.sys and autoexec.bat to set up the environment
 

My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
When you type command.com it looks for it in current directory then it searchs the path I would create a folder on c called DOS then add software to that folder and add c:\dos to the path it depends what the software needs remember DOS had config.sys and autoexec.bat to set up the environment

I will give this a shot.
 

My Computer

Computer type
PC/Desktop
OS
Windows 7
Unfortunately still having issue. Any other ideas?
 

My Computer

Computer type
PC/Desktop
OS
Windows 7
Did you try DOSBOX or VirtualBox?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell
OS
Linux Mint 18.2 xfce 64-bit (VMWare host) / Windows 8.1 Pro 32-bit (VMWare guest)
CPU
Haswell
Memory
4 GB
Monitor(s) Displays
Acer 23"
Screen Resolution
1920 x 1080
Hard Drives
Two hard drives, 1TB each: One for Linux, one for my data.
Keyboard
IBM Model M
Antivirus
Sophos (Linux), Trend Micro (Windows)
Browser
Firefox, Opera
Other Info
I use Samba to share my data drive with the other computers at my house and with my guest session in VMWare Workstation Player.
Back
Top