COMMAND.COM היא תוכנית בפורמט COM המהווה את המעטפת הסטנדרטית המסופקת עם מערכת ההפעלה DOS. מעטפת זו מבוססת על ממשק שורת פקודה. בהגדרתה, המעטפת אחראית על ממשק המשתמש ואיננה חלק מליבת מערכת ההפעלה. עם זאת, היא חלק אינטגרלי מהמערכת. באופן עקרוני, ניתן להחליף את COMMAND.COM במעטפות של יצרנים אחרים, אך בפועל לא היו נפוצות מעטפות כאלה. תוכנות שסיפקו ממשק משופר (כמו נורטון קומנדר) היו קיימות אמנם, אך הן פעלו מעל COMMAND.COM ולא במקומה.
הקובץ COMMAND.COM מופעל בסיומו של תהליך האתחול (boot) על ידי SYSINIT, מודול האתחול של DOS. הוא נטען לזיכרון מעל ליבת המערכת (הקובץ MSDOS.SYS או IBMDOS.COM, בהתאם ליצרן: מיקרוסופט או IBM, בהתאמה) ומבני הנתונים שלה.
COMMAND.COM is the file-name of the default operating system shell for DOSoperating systems and the default command line interpreter on Windows 95, Windows 98 and Windows ME. It has an additional role as the first program run after boot, hence being responsible for setting up the system by running the AUTOEXEC.BAT configuration file, and being the ancestor of all processes. COMMAND.COM's successor on OS/2 and Windows NT systems is CMD.EXE. COMMAND.COM is also available on IA-32 versions of those systems to provide compatibility when running DOS applications within the NTVDM.