How to copy files from a drive and directory, Computer Engineering

Assignment Help:

Q. How to copy files from a drive and directory?

You can copy files from a drive and directory other that the currently selected one.

However in that case, you need to specify the complete path for the source file(s). For example,

C :\> COPY D: SAMPLE.TXT A:\

C: \WORD> COPY C:\EXCEL\EMP01.XLS A:\

C: \WORD> COPY C:\EXCEL\EMP01.XLS C:

C :\> COPY \FOXPRO\DATA.DPF A:

The first command copies the SAMPLE.TXT file from the drive D to the root directory in drive A. the next command copies EMP01.XLS file from the EXCEL directory of drive C to the current directory, i.e. WORD in drive C. the last command copies the DATA.DBF file from the FOXPRO directory (at the root level) in the current directory of drive A.


Related Discussions:- How to copy files from a drive and directory

Show the classification of networks, There are various approaches to the cl...

There are various approaches to the classification of Computer Networks. One such classification is based on distance approach. Networks can be classified into LAN, WAN and MAN net

Programming project, l need a help for my project pllz:) Write a program th...

l need a help for my project pllz:) Write a program that will simulate ATM machine. The Program should prompt the user to enter a valid PIN password number of 5 digits (PIN: 12312)

Queue, A Queue is a FIFO ( rst in, rst out) data structure. Given the foll...

A Queue is a FIFO ( rst in, rst out) data structure. Given the following queue interface: public interface Queue { int size(); // current queue size boolean isEmpty(); //

Library markup language, 1. Design a DTD for a new XML application called L...

1. Design a DTD for a new XML application called Library Markup Language (LibML) appropriate to capture the list of your items of collection . Put the DTD into a file named librar

Write truth table of combinational circuit, A combinational circuit has 3 i...

A combinational circuit has 3 inputs A, B, C and output F.  F is true for following input combinations A is False, B is True A is False, C is True A, B, C are

Calculate print speed of printers, Q. Calculate Print Speed of printers? ...

Q. Calculate Print Speed of printers? Speed at which a printer prints is generally an important issue. Though the printer has to take a certain time to print. Printing time ris

What is a union, What is a union ? A union, like a structure, is a derive...

What is a union ? A union, like a structure, is a derived type. Unions follow the same syntax as structures but have members that share storage. A union type defines a set of alt

EDC, Conparision of masfet and jfet

Conparision of masfet and jfet

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd