F firewall_ie Registered User. Local time Today, 20:04 Joined Mar 31, 2003 Messages 20 May 30, 2003 #1 Hi does any one know the code that can run with a command button that will let me start the likes of defrag and Disk clean
Hi does any one know the code that can run with a command button that will let me start the likes of defrag and Disk clean
L llkhoutx Registered User. Local time Today, 14:04 Joined Feb 26, 2001 Messages 4,018 Jun 1, 2003 #2 If you know the command line for defrag and disk clean, try the Shell command. Shell("C:\WINDOWS\DEFRAG.EXE") and Shell("C:\WINDOWS\CLEANMGR.EXE") on my PC.
If you know the command line for defrag and disk clean, try the Shell command. Shell("C:\WINDOWS\DEFRAG.EXE") and Shell("C:\WINDOWS\CLEANMGR.EXE") on my PC.