R. Craig Collins >
ITSC 1305 > Overview 3
Overview 3 © R. Craig Collins, 2005/7
Items that should be accomplished before the beginning of the current time frame:Items to accomplish during the current course time frame:
•Read\Review
• DOS Commands Chapter 10
• Overview of Chapter
5
•Activities
•Internal DOS Commands cls copy
date del dir ren time
type ver vol
• ren [drive:\][foldername\]source
destination
•External DOS Commands attrib
chkdsk diskcopy label undelete xcopy
• xcopy [drive:\][foldername\]source
[drive:\][foldername\]destination [/e]
• ren [path\]source destination (no
path for destination)
ren
a:\fred.txt ginger.txt
• copy con filename
copy
con a:\fred.txt
type
contents, then [Ctrl]+[z]
• copy [drive:\][foldername\]source
[drive:\][foldername\]destination
copy
a:\fred.txt a:\homework\fred.txt
copy
a:\fred.txt a:\homework\ginger.txt
• Wildcards
• Tree
(use tree /f, or tree a:\ /f, to see what is on your disk)
• copy [path\]filename.* [path\]filename.*
copy
a:\letter.* a:\homework\letter.* would copy letter.txt
and letter.doc
• copy [path\]*.ext [path\]*.ext
copy
a:\*.txt a:\homework\*.txt would copy fred.txt
and ginger.txt
• xcopy [path\]*.* [path\]*.* /e
xcopy
a:\homework\*.*. a:\backup\*.* /e would copy everything in
homework, to backup
•Document commands introduced in Lab
2 (You will later transfer this information into
a D2L quiz)
•Answer questions concerning topics covered in Lab
2 (You will later transfer this information into
a D2L quiz)
•Begin Lab 2
•Complete Lab 2 and verify
(You will later transfer this information into a D2L
dropbox)
Checklist
Did you:
This is a work in progress; let me know if you would like this developed further
•Reply to Participation Discussion Topic 3 and MUD 3 in Desire2Learn
(D2L)
to Overview 3