返回驅(qū)動器序列號.
DriveGetSerial ( "路徑" )
Local $var = DriveGetSerial("c:\") MsgBox(4096, "驅(qū)動器序列號: ", $var)