Hi vb guyz. I need to know how to do the low level function calls
in VB, such as scandisk, scanmem, defragment, thin' s like that.
Thanks
Printable View
Hi vb guyz. I need to know how to do the low level function calls
in VB, such as scandisk, scanmem, defragment, thin' s like that.
Thanks
For Defrag, runFor Scan Disk runVB Code:
Shell "defrag", vbNormalFocusVB Code:
Shell "scandskw", vbNormalFocus
How would you implement these calls?