ICT Lab 2
ICT Lab 2
•MS-DOS:
•MS-DOS stands for Microsoft Disk Operating System.
•It is an operating system for x86-based personal computers.
•In Windows, MS-DOS-like commands can still be used in the command
prompt.
•Windows Command Prompt:
•Similar to MS-DOS but for modern Windows operating systems.
•Supports a variety of file and directory commands.
BASIC COMMANDS AND THEIR FUNCTIONS
II. Move the dest file to the root of drive D: (from D:\Labthree to
**D:**):cmdCopy code
•Show your understanding of the Windows command prompt by completing these tasks:
2) In D: directory create a folder and name it Labthree add two files and name it source and
destination. Add some text in source file, save it. Then from cmd copy the file content of
source to destination.
3) Rename the file destination to dest using cmd. Move dest to Directory D: (Currently the
file is residing in D:\Labthree )