In this section we will logon to one of the CTC login nodes and copy the lab files
to H: in a new a subfolder you will create named "lab".
Prerequisites:
- Read
Getting Started on Velocity.
- You will need a cluster account. See the
Allocations page for more information,
or contact User Accounts at allocations@tc.cornell.edu.
Instructions
- Logon to one of the CTC windows logon machines using any of the methods described
in the
Access section of
Getting Started on Velocity.
- Create a subfolder called "lab" under your home directory on H: using either
the graphic interface menus:
File | New | Folder
or the command line:
mkdir H:\users\your_userid\lab
- Copy all lab files and directories found in
H:\VWlabs\Progressive\
to
H:\Users\your_userid\lab\
using either drag-and-drop
or the command line:
xcopy /S H:\VWlabs\Progressive\* H:\Users\your_userid\lab\
.
Results:
You should now have a folder called H:\Users\your_userid\lab\
containing all of the files necessary to complete the lab exercise. Remain
logged on to a CTC windows login node if you intend to go on to the next section
of this lab.