How to run a Batch file silently?

1

1

Hi i'm trying to run the following Batch file silently

regedit.exe /S Box.reg

net use I: \dav.box.com@SSL\DavWWWRoot\dav /user:username password

However i was prompted on running this.

Is changing UAC control to never notify is the only solution?

Ram Kumar

Posted 2013-11-24T16:13:29.040

Reputation: 225

Perhaps you could use the runas command to run the batch file (or within it).

– martineau – 2013-11-24T17:11:14.023

No answers