I need help to create a bat to send SAPLOGON.ini file for all users, with profile created on the computer.
This is my bat code, I need to help, I want to send all users one at a time.
See below:
@ECHO Copia Config SAP LOGON Padrão.
xcopy "\meuservidor\SAP\SAPLOGON.INI" C:\Users\%USERNAME%\AppData\Roaming\SAP\Common /Y
It only works for the user who is logged in, since another user with profile created does not work, I need help, for this bat to work and send it to all profile users on the computer.