copy command

  • Thread starter Thread starter Jaz
  • Start date Start date
J

Jaz

I am trying to make a script that copies a shortcut into the All
Users\Desktop folder. The problem is that our users do not have access to
this folder. Is there a way to allow access in the script?

If not, what others options would I have to create a shortcut on all our
workstations desktop?

Thanks,
Jasper
 
Jaz said:
I am trying to make a script that copies a shortcut into the All
Users\Desktop folder. The problem is that our users do not have access to
this folder. Is there a way to allow access in the script?

If not, what others options would I have to create a shortcut on all our
workstations desktop?

Thanks,
Jasper

You could do it from your own console by copying the file
to "\\SomeWorkstation\c$\Documents and Settings\All Users\Desktop".

BTW, your clock is about 10 minutes fast.
 
Back
Top