Click here to Skip to main content
15,922,007 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DateTime Format on remote machine Pin
Dave Kreskowiak22-Jun-06 1:18
mveDave Kreskowiak22-Jun-06 1:18 
QuestionKodak Image Edit problem [modified] Pin
jithen_dt21-Jun-06 2:09
jithen_dt21-Jun-06 2:09 
AnswerRe: Kodak Image Edit problem Pin
Dave Kreskowiak21-Jun-06 9:38
mveDave Kreskowiak21-Jun-06 9:38 
QuestionXML DOM - Attributes Pin
sweep12321-Jun-06 0:26
sweep12321-Jun-06 0:26 
AnswerRe: XML DOM - Attributes Pin
mikanu21-Jun-06 6:53
mikanu21-Jun-06 6:53 
QuestionWindows User Profiles - Temp Internet Files Pin
badboris20-Jun-06 22:46
badboris20-Jun-06 22:46 
AnswerRe: Windows User Profiles - Temp Internet Files Pin
Vasudevan Deepak Kumar21-Jun-06 0:24
Vasudevan Deepak Kumar21-Jun-06 0:24 
GeneralRe: Windows User Profiles - Temp Internet Files Pin
badboris21-Jun-06 3:02
badboris21-Jun-06 3:02 
Thank you, this would be an excellent piece of code to use for anyone who wanted to clean out their own temp internet files folder, (see code listed below), i tried it on my own machine and it runs well.

Set WshShell = CreateObject("WScript.Shell")
WshShell.RUN("cleanmgr.exe /sagerun:50")
Set WshShell = Nothing


however, i am trying to automate the removal of temp internet files from 45+ profiles some of which do not log onto this particular server regularly.
What I need it a method of clearing the Temp files via script that can be run at night when users are not logged on.

I have managed to create scripts that browse to the folders and check the size of them and are ready to perform some action on them but this is where it comes unstuck.Cry | :((

>>--------------------<<
I exist therefore I code

I code therefore I am
>>--------------------<<
GeneralRe: Windows User Profiles - Temp Internet Files Pin
Dave Kreskowiak21-Jun-06 9:26
mveDave Kreskowiak21-Jun-06 9:26 
QuestionHow to restrict the software use. Pin
Biswa Ranjan Nanda20-Jun-06 20:46
Biswa Ranjan Nanda20-Jun-06 20:46 
AnswerRe: How to restrict the software use. Pin
Vasudevan Deepak Kumar21-Jun-06 0:24
Vasudevan Deepak Kumar21-Jun-06 0:24 
GeneralRe: How to restrict the software use. Pin
Biswa Ranjan Nanda21-Jun-06 1:10
Biswa Ranjan Nanda21-Jun-06 1:10 
QuestionWindows Service Installation Pin
SandeepSreekumar20-Jun-06 19:45
SandeepSreekumar20-Jun-06 19:45 
AnswerRe: Windows Service Installation Pin
Vasudevan Deepak Kumar21-Jun-06 0:25
Vasudevan Deepak Kumar21-Jun-06 0:25 
Questionsplash screen Pin
Bassem Khatib20-Jun-06 13:03
Bassem Khatib20-Jun-06 13:03 
AnswerRe: splash screen Pin
Steve Pullan20-Jun-06 13:16
Steve Pullan20-Jun-06 13:16 
AnswerRe: splash screen Pin
Mekong River20-Jun-06 15:24
Mekong River20-Jun-06 15:24 
QuestionIP Broadcasting Pin
Jack_Software20-Jun-06 12:59
Jack_Software20-Jun-06 12:59 
AnswerRe: IP Broadcasting Pin
Mekong River20-Jun-06 15:27
Mekong River20-Jun-06 15:27 
GeneralRe: IP Broadcasting Pin
Jack_Software21-Jun-06 9:26
Jack_Software21-Jun-06 9:26 
GeneralRe: IP Broadcasting Pin
Steve Pullan21-Jun-06 12:53
Steve Pullan21-Jun-06 12:53 
GeneralRe: IP Broadcasting Pin
Jack_Software22-Jun-06 0:17
Jack_Software22-Jun-06 0:17 
GeneralRe: IP Broadcasting Pin
Mekong River21-Jun-06 12:56
Mekong River21-Jun-06 12:56 
GeneralRe: IP Broadcasting Pin
Jack_Software22-Jun-06 0:49
Jack_Software22-Jun-06 0:49 
GeneralRe: IP Broadcasting Pin
Mekong River22-Jun-06 4:59
Mekong River22-Jun-06 4:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.