Hello,
I am working on a VB script to delete files from the OLK directories on my Citrix server. I am new with VBS and I need to know how to use the below command line in a VB script.
c:\del "C:\Documents and Settings\%Username%\Local Settings\Temporary Internet Files\OLK*"
Can someone help me out?