Posted: Wed Apr 17, 2002 10:00 pm
Restored from previous forum. Originally posted by scurrier.
Some commands to get computer info easy such as:
result$=TotalDriveSpace(drive_letter) gets the total size of drive
result$=FreeDriveSpace(drive_letter) gets the free space of drive
result$=UsedDriveSpace(drive_letter) get the amount used on a drive
result$=servicepack() gets the NT service pack installed
result$=ipaddress(1) gets the ipaddress from network interface card 1
result$=ipaddress(2) gets the ipaddress from network interface card 2
and some commands to make system administration easy such as:
result$=domain() gets the domain name
result$=pdc() gets the PDC server name
result$=bdc() gets the BDC server name
and some commands to add users to groups and permissions to groups
this could make PureBasic more valuable than Perl to System Admins.
on the Windows platform and Linux
thanks
Sean
Some commands to get computer info easy such as:
result$=TotalDriveSpace(drive_letter) gets the total size of drive
result$=FreeDriveSpace(drive_letter) gets the free space of drive
result$=UsedDriveSpace(drive_letter) get the amount used on a drive
result$=servicepack() gets the NT service pack installed
result$=ipaddress(1) gets the ipaddress from network interface card 1
result$=ipaddress(2) gets the ipaddress from network interface card 2
and some commands to make system administration easy such as:
result$=domain() gets the domain name
result$=pdc() gets the PDC server name
result$=bdc() gets the BDC server name
and some commands to add users to groups and permissions to groups
this could make PureBasic more valuable than Perl to System Admins.
on the Windows platform and Linux
thanks
Sean