|
Copy a single VMS data file to a Windows disk. NetCopy will copy the VMS file data1.dat to the folder \fromvms\ on the Windows c: drive.
$ netcopy dka200:[datadir]data1.dat win::"c:\fromvms\"
Copy a VMS directory to a Windows disk. Copy all of the files in directory USERDIR on VMS to folder \fromvms\userdir\ on the Windows c: drive.
$ netcopy dka200:[userdir]*.* win::"c:\fromvms\userdir\"
|