I have a file that needs to be uploaded onto each workstation when a user logs in. Are there commands that can be placed into the logon batch file for this? I need to delete a file from the hard drive, then copy a file from a network drive to the hard drive. I tried some simple DOS commands (del,copy) but those give me access denied when I try to use them.