Thursday, February 11, 2016

x1 file of x will be display in the file y with the name of hh

Ex.1 - x1 file of x will be display in the file y with the name of hh -

> cd x
xyz\x> copy  x1  c:\  xyz \y\hh
xyz\x> cd..
xyz> tree/f

Answer - xyz
x - x1 , x2
y - y1 , y2 , hh
z - z1 , z2

For Example -  h1 file of Ajay will be display in the file Vijay with the name of hh.

> cd Ajay
Shivam\Ajay> copy  x1  c:\  Shivam \Vijay\hh
Shivam\Ajay> cd..
Shivam> tree/f

Answer -
 Shivam
Ajay - h1 , h2
Vijay - h3 , h4 , hh
Suresh - h1 , h2

----------------------------------------------------------------------------------------------
Ex -2.  hh file of y disply in the ff name in the x

xyz> cd y
c:\xyz\y> copy hh  c:\  xyz \x\ff
xyz\y> cd..
xyz> tree/f

Answer - xyz
x - x1 , x2 , ff
y - y1 , y2 , hh
z - z1 , z2

For Example -  hh file of Vijay disply in the ff name in the Ajay

Shivam> cd vijay
c:\Shivam\vijay> copy hh  c:\  Shivam \Ajay\ff
Shivam\vijay> cd..
Shivam> tree/f
Answer - 

Shivam
Ajay - h1 , h2 , ff
Vijay - h3 , h4 , hh
Suresh - h5 , h6

----------------------------------------------------------------------------------------------

Ex - 3.  Disply the content of x1 , x2 , y1 , y2 , z1 , z2 , ff , hh etc
xyx> cd x
c:\ xyz\x> type x1
-------------  --- ---- 
---- ---- ----
xyz\ x> cd..
xyz> tree/ f 

Ex - 3.  Disply the content of h1 , h2 , h3 , h4 , h5 , h6 , ff , hh 

Shivam> cd Ajay
c:\shivam\ajay>type h1
----------- ----------- ---------
-------- ------- ------ ---
Shivam\Ajay> cd..
Shivam> tree/f

0 Comments:

Post a Comment