C:\>hello
'hello' is not recognized as an internal or external command,
operable program or batch file.
C:\>welcome to our web site
'welcome' is not recognized as an internal or external command,
operable program or batch file.
C:\>dir/w
  Volume in drive C has no label.
  Volume Serial Number is 5384-K10G
  Directory of C:\
[ALONE]
               
[Batch Files]
           
[MSDOS]
[SYSTEM]
              
[TEMP]
                  
[WOLF3D]
[WP51]
                
AUTOEXEC.BAT
            
COMMAND.COM
CONFIG.SYS
            
MENU.BAT
                
README.TXT
EXPLODER.EXE
             
6 File(s)
       
1,342 bytes
             
7 Dir(s)
    
9,320,413 bytes free
C:\>cd TEMP
C:\>del *.*
C:\>cd ..
C:\>exit
|