Top "Dos" questions

A family of disk-based operating systems (Disk Operating System) for mainframes and minicomputers in the 1960s and 1970s, and subsequently IBM PCs and compatibles of the 1980s and 1990s, including MS-DOS.

What does :: (double colon) mean in DOS batch files?

I found this program http://baiyunmanor.com/blog/work/get-current-date-time-in-dos-batch-file/ But I don't know what does the line :: datetime.bat …

batch-file dos
How can I delete all files/subdirs except for some files in DOS?

I'm looking for a DOS script to delete all files and subdirectories in a root directory except for a set …

dos
How can I clear the screen without having to fill it

Does an interrupt service routine exist to help me clear the screen of the terminal? Will it work on windows?

assembly x86 dos interrupt
Difference between .com, .exe, and .bat?

What is the difference between the a.bat, a.com and a.exe extensions?

windows operating-system dos
C compiler for MS-DOS

I have installed MS-DOS 6.22 on a VirtualBox virtual machine, everything is working well, the purpose of doing that is to …

c virtualbox dos
If not exists then exit + cmd

i try to make a loop in a .cmd file. If test.txt is not exists then i will kill …

cmd dos
dos command to sperate file name and extension into variables

I need to copy a file x.dtsx from location a to location b. If x.dtsx already exists in …

batch-file dos batch-processing batch-rename
Accessing the returned value of a SQL statement in SQLCMD

I'm trying to get the value of a SQL statement when I run it in a DOS batch file ... sqlcmd …

sql-server batch-file dos sqlcmd
Batch file to execute all files in a folder

I need a batch files the launches all files in a given folder (in this case it is c:\macros\…

batch-file dos
How to set processor affinity from Batch File for Windows XP?

I've got a dual processor machine and I would like to launch an executable via a batch file on both …

windows-xp batch-file executable dos affinity