Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RonSeidl

  1. RonSeidl

    Determine Drive Space and Serial Number

    VFP - Determine Drive Space and Serial Number I did a search and could not find out how to do this, So I did it myself. objFSO = CreateObject('Scripting.FileSystemObject') objDrive = objFSO.GetDrive('C:') MESSAGEBOX('Available space: ' +...

Part and Inventory Search

Back
Top