1.

Solve : Moveing files from undefined user folder?

Answer»

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



Discussion

No Comment Found