Computing.net: Question & Answers Forum Latest Questions

computing
  • 6
  • 6

Hi All, I have a script that deletes files in folder that are older than 1 year. FORFILES /P D:Doc\ /M *.txt /D -366 /C “cmd /c del @path” It works good, except when it does not find any files older than ...

computing
  • 0
  • 0

When I click on this Vbscript “InitiateStartScreen.vbs” it changes desktop to Start Screen. Set WshShell = WScript.CreateObject(“WScript.Shell”) WshShell.SendKeys “^{ESCAPE}” But I can’t get a batch file to execute it. Any help appreciated. I should add I want the batch file to terminate and the ...