Results 1 to 3 of 3

Thread: low-level function calls, such as defragment and scandisk

  1. #1

    Thread Starter
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963

    low-level function calls, such as defragment and scandisk

    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
    ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
    Programming is fun, but only if you're not on a tight deadline
    So I consider all those working engineers sad people

    VB FTP class
    3 page PHP crash course
    Crash Course on DX9 Managed with VB.NET covering basics till terrain creation

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    For Defrag, run
    VB Code:
    1. Shell "defrag", vbNormalFocus
    For Scan Disk run
    VB Code:
    1. Shell "scandskw", vbNormalFocus

  3. #3
    Addicted Member
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    177
    How would you implement these calls?
    212 will lead you to the truth

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width