Dear users if you have other new commands please send it in this topic:
I know we can always use some of this commands by userlibrary or API but one power basic lanquage must have this commands in self for use.
New populer commands :
Getdiskpace() = get disk total space and free space
Unpackfile() = easy unpack packed files by AddPackFile()
Checkconnection() = check connection for online or offline
Checkfileexist() = check one file for exist
Checkdirexist() = check one dir for exist
Inusefile() = check in use file for is in use or not
Createshortcut() = create one shortcut of file or directory
Addregkey() = {Important} add one reg key or one value to registry
Delregkey() = {Important} delete one reg key of registry
Delkeysubkey() = {Important} delete one key and all subkeys in registry
Getregkey() = {Important} get and read one reg key in registry
Listregkey() = {Important} retrieve a list of keys and values from a selected KeyPath in the Registry.
IncludeRegistry = {Important} include one registry file ( *.reg ) in source and add all key in that by Addregkey(). this command use for more edit in registry.
Code: Select all
Sample for this command :
IncludeRegistry "Registry filename"
Addregkey("Registry filename")
This well be add all keys and subkeys in registry file to registry
Delinikey() = {Important} del one key of ini
Getinikey() = {Important} get one key in ini
Getfilemodified() = get last date modified file
Getfileversion() = get file version number
Drivetype() = get type of one drive name ( hard drive, cd-rom, floppy and ... )
ChangeFileAttributes() = Change one File or folder Attributes
Best regards.