Jump to content

Expected a = in operator statement


Recommended Posts

Partition()

Func Partition()

   ; Run Disk Management

   ShellExecute("mmc.exe", "diskmgmt.msc")

   Local $size = Round(DriveSpaceTotal( "c:\" ) /1024, 2)

   Local $free = Round(DriveSpaceFree ( "c:\" ) /1024, 2)

   Local $total = $size - $free

   MsgBox(0, "", "C:\ Is using " & $total & " GB")

EndFunc

Edited by Chimaera
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...