Search found 1 match
- 06 Apr 2016 09:28
- Forum: DOS Batch Forum
- Topic: Refreshing Desktop after Batch Runs
- Replies: 1
- Views: 2896
Refreshing Desktop after Batch Runs
Hello, I am trying to refresh the Desktop after my Batch File Runs. I have the following code but not sure why it will not refresh the screen so that the files that are deleted are removed. @echo off set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs" echo Set oWS = WScript.CreateO...