Exp-4 Ms-Dos Commands for COPA Trade - Practical
MSDOS - Commands Date: To find the current date, MS-DOS provides DATE command eg: c:\>date the current date is : Thu 03/03/2022 Enter the new date : (mm-dd-yy) You can enter new date which will change your current system date Time: To find the current time, MS-DOS provide the TIME commands c:\>time the current time is : 16:11:30.30 Enter the new time: we can enter new time which will change your current system date Cd (change directory): CD (change directory) is a command used to switch directories in MS-DOS. cd.. : Goes back one directory. For example, below you can see it goes back from Temp directory to Windows directory. C:\>windows\Temp>cd.. C:\>windows>cd/ c:\> Suppose you want to go to a specific directory and if you are in root directory you can go using following command. For example we want to switch to Desktop Cd C:\Users\123\Desktop C:\Windows\Temp>cd.. C:\Windows>cd/ C:\>cd users\vesrn\destop C:\>use...