K
Ken B
I'm trying to run this BAT script:
if not exist c:\access03\msaccess.exe \\server\share\office2003\maintwiz.exe
/c \\server\share\office2003\addaccess.cmw /qb-
via a computer startup script. So, cmd.exe doesn't accept UNC paths. How
can I get this script to run, if UNC paths are invalid, but the computer
hasn't gotten drive mappings yet?
Need to do it under the Computer startup script before the user logs on
because users don't have admin rights.
How can I make this run?
Thanks,
Ken
if not exist c:\access03\msaccess.exe \\server\share\office2003\maintwiz.exe
/c \\server\share\office2003\addaccess.cmw /qb-
via a computer startup script. So, cmd.exe doesn't accept UNC paths. How
can I get this script to run, if UNC paths are invalid, but the computer
hasn't gotten drive mappings yet?
Need to do it under the Computer startup script before the user logs on
because users don't have admin rights.
How can I make this run?
Thanks,
Ken