I'm running into an issue with a VBscript I have built. The script is Designed to find a file with a similar name to another file and move it to a specific location. The code is below: Code: FileName ...
I'm currently working on a setup to map network drives based on security group membership: I'm running Windows2003 Server (SP2), and the client machines are WindowsXP Pro. The machine I'm testing on ...