J
Jason
How would I create a simple vb script with a GUI interface to copy
files from a fileserver to a PC.
for example, I would have a form with Radio Buttons or Check Boxes
box1 - copy prefs
box2 - copy keyboard shortcuts
box3 - copy workspace
and a RUN button
if box1 is selected:
copy \\server\share\prefs to c:\documents and settings\%username%
\myprogram\prefs
and etc. etc. for the other boxes.
files from a fileserver to a PC.
for example, I would have a form with Radio Buttons or Check Boxes
box1 - copy prefs
box2 - copy keyboard shortcuts
box3 - copy workspace
and a RUN button
if box1 is selected:
copy \\server\share\prefs to c:\documents and settings\%username%
\myprogram\prefs
and etc. etc. for the other boxes.