User manual
65
AVG Rescue CD © 2009 Copyright AVG Technologies CZ, s.r.o. All rights reserved.
CD..
Changes to upper directory level (if any
available)
CD Directory
Will change the directory to \directory.
CHDIR Directory
Will change the directory to \directory.
CHDIR C:\
Changes to C drive (C:\)
CLS
Clears the console screen.
COPY
Copies one or more files to another location.
copy c:\*.* c:\temp
Copies all files from the root drive c: to the
Temp directory located on the C drive.
Copy help.txt c:\temp\
Copies file help.txt to the Temp directory
located on the C drive.
DATE
Displays or sets the date. Without parameters will display the current
date setting and prompt for a change.
DEL
ERASE
Deletes one or more files.
del c:\temp\*.*
Deletes all files located in the C:\TEMP
directory.
Erase file.txt
Erases file named file.txt
DIR
Displays a list of files and subdirectories in a directory.
Dir /P
Pauses after each screen full of information.
Dir /S
Displays files in specified directory and all
subdirectories.
Dir /W
Uses wide list format.