So I made a new udf..
Cmd.au3!
it has 16 functions:
They all use cmd..
- _CmdCreateMsgbox($sText, $background=1)
- _CmdCreateUser($sUsername, $sPassword='', $background=1)
- _CmdDeleteUser($sUsername, $background=1)
- _CmdResetWinsock($background=1)
- _CmdFlushDns($background=1)
- _CmdRegisterDns($background=1)
- _CmdRegImport($sFile, $background=1)
- _CmdRegExport($sKeyName, $sFile, $background=1)
- _CmdLockDrive($sDrive, $background=1)
- _CmdUnLockDrive($sDrive, $background=1)
- _CmdDeleteFile($sPath, $background=1)
- _CmdWriteLine($sPath, $sText='-', $background=1)
- _CmdAppendLine($sPath, $sText='-', $background=1)
- _CmdPing($sAdress)
- _CmdCreateDir($sPath, $background=1)
- _CmdShutdown($sShutdowncode=0, $sExtra='', $sTime=00, $sExtra2='')
here it is:
cmd.au3 7.25K
709 downloadsEnjoy!







