lalajee2018
Well-Known Member
- Messages
- 143
- Reaction score
- 6
- Points
- 18
Hi,
I have VB script which is being push to user machine with hidden settings but for some reason it showing on some users machine.
VB script
robocopyC= robocopy "Source" "Des" /E /ZB /Purge /R:0 /XF "path\file" /log: "Logfile"
tmRC = WshShell.Run(robocopyC, 8, True)
Package settings




How do I stop showing robocopy pop on user machine. I dont need to notify or tell user if anything is running on they machine.
I have VB script which is being push to user machine with hidden settings but for some reason it showing on some users machine.
VB script
robocopyC= robocopy "Source" "Des" /E /ZB /Purge /R:0 /XF "path\file" /log: "Logfile"
tmRC = WshShell.Run(robocopyC, 8, True)
Package settings




How do I stop showing robocopy pop on user machine. I dont need to notify or tell user if anything is running on they machine.