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\%usern ame%
\myprogram\pref s
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\%usern ame%
\myprogram\pref s
and etc. etc. for the other boxes.
Comment