Move file vb script
Merhaba,
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.MoveFile "C:\Documents and Settings\UserXP\Desktop\aaaa*" , "C:\Documents and Settings\UserXP\Desktop\1\"
Merhaba,
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.MoveFile "C:\Documents and Settings\UserXP\Desktop\aaaa*" , "C:\Documents and Settings\UserXP\Desktop\1\"
Merhaba,
Dim oDir Dim oThisFile Dim oFSO Dim oNewestFile Dim MRCTime Dim MRCFile Dim TheDestinationDir devamını oku...
How do I install software packages using rpm.
How do I list what software packages are installed.
There are few options to fix/avoid this problem:
1. Shutdown Exchange services by using a batch command, before you shutdown the server.
Merhaba,
Exchange 2003 sp2 yüklendikten sonra,
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\[Server name]\Private-[Mailbox Store GUID]
Previously you have been able to use RENDOM utility provided by Microsoft to rename your Window 2000 and Windows Server 2003 domains. However in Windows Server 2008 domain you don’t have to separately install Rendom utility. It gets installed as part of “Active Directory Domain Services” role when you promote a server to the DC role. And It can be found here :%windir%\system32\rendom.exe.
Merhaba,
SELECT
a.*,
b.*
FROM sys.database_principals a
INNER JOIN sys.database_permissions b ON b.grantee_principal_id = a.principal_id
WHERE b.permission_name = ‘DELETE’