At my job all of the workstations are running Windows 2000. I would like to be able to write a simple batch file to copy and paste a database to the desk top of the users.
Example:
Copy Database.mdb C:\Documents and Settings\JJohnson\DesktopDatabase.mdb
The problem I run into is each person’s desktop directory is different because each login generates a different subdirectory. In the above example the user would be JJohnson however Amy Davis would be Amy Davis.
Any ideas?
Example:
Copy Database.mdb C:\Documents and Settings\JJohnson\DesktopDatabase.mdb
The problem I run into is each person’s desktop directory is different because each login generates a different subdirectory. In the above example the user would be JJohnson however Amy Davis would be Amy Davis.
Any ideas?