Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Moveing files from undefined user folder  (Read 3605 times)

0 Members and 1 Guest are viewing this topic.

Adam Fearnley

  • Guest
Moveing files from undefined user folder
« on: December 06, 2005, 04:36:00 AM »
Hi,

I am trying to create a batch file to run on our network to move a particular shortcut from a local users desktop to the all users desktop file.

This is what I have so far:

move "C:\Documents and Settings\[glb]AFearnle[/glb]\Desktop\PCS50.xls" "C:\Documents and Settings\All users\Desktop"

pause

But I need the command to search all user files in the Documents and Settings folder for the file specified and then if the file is found, move it.

I tried using the wildcard *
but to no avail.

any suggestions?

Thanks in advance

Adam