I am writing a batch file that copies a file from a network share to a local machine’s program files directory.
I get an error of two many parameters with this code
copy dlrstats.mdb C:\Progra~\Oasis32
I make net connection to the server share then I change to that drive and issue the above command.
The program that I am updating get’s the update once a month and the prfogram cannot be run from the server. The programs creator sugested this procedure.