PowerShell mit Mehrwert
Nerd Fonts, Download Oh My Posh (a prompt theme engine) PowerShell mit Terminal Icons siehe auch...
Die Artikel dieser Kategorie werden über die Tags zugänglich gemacht.
Nerd Fonts, Download Oh My Posh (a prompt theme engine) PowerShell mit Terminal Icons siehe auch...
Filter von Duplicati mit Kommandozeile prüfen: c:\Duplicati\Duplicati.CommandLine.exe test-filters R:\ --include=R:\*.docx --exclude=R:\* siehe auch Restic
Dim gPID Function BPM_OnCreate(DCRoot) gPID = InputBox("Welche Prozess-ID?", "Frage", "XX") End Function Function BPM_OnProcessBatch(DCBatch) 'eine ID setzen iDocCount = DCBatch.GetDocumentCount For i = 0 To iDocCount - 1 Set DCTempDocument…
Dim g_DirToHoldFiles Function DPM_OnCreate(DCRoot) g_DirToHoldFiles = "E:\temp\referenz" End Function Function DPM_OnProcessDocument(DCDocument) SaveTifAndAddx(DCDocument) End Function Function SaveTifAndAddx(DCDocument) 'FileSystem-Objekt öffnen set fso = CreateObject("Scripting.FileSystemObject") 'Verzeichnis If not fso.FolderExists(g_DirToHoldFiles) Then f = fso.CreateFolder(g_DirToHoldFiles)…
Function DPM_OnOpenBatch(DCBatch) nDocument = DCBatch.GetDocumentCount For i = 0 To nDocument - 1 Set DCDoc = DCBatch.GetDocument(i) nAttribute = DCDoc.GetAttributecount For a = 0 To nAttribute - 1 Attribute =…
Single-Responsibility-Prinzip eine Klasse nur eine Verantwortlichkeit; viele kleine Klassen sind besser als wenige große Open-Closed-Prinzip offen für Erweiterungen, aber geschlossen gegenüber Modifikationen; über Vererbung und Einsatz von Interfaces zu erreichen…
in Ereignisanzeige über Kontextmenü bei folgenden Knoten "Protokoll aktivieren" Anwendungs- und Dienstprotokolle/Microsoft/Windows/CAPI2/Betriebsbereit