User Tools

Site Tools


wiki:software:code:winscript:powershell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:software:code:winscript:powershell [2022/05/11 17:58]
claire [My Scripts]
wiki:software:code:winscript:powershell [2022/09/26 17:21] (current)
claire ↷ Page moved from wiki:software:winscript:powershell to wiki:software:code:winscript:powershell
Line 2: Line 2:
 PowerShell is Microsoft'​s interactive scripting engine, allowing you to create powerful scripts for many purposes. PowerShell can easily import and use any .NET library or type, making it **very** powerful for automation and sophisticated processing of dirty inputs, such as badly-formatted text. PowerShell is Microsoft'​s interactive scripting engine, allowing you to create powerful scripts for many purposes. PowerShell can easily import and use any .NET library or type, making it **very** powerful for automation and sophisticated processing of dirty inputs, such as badly-formatted text.
  
-I use PowerShell a lot, for all kinds of things. I'm currently working on converting a print book to EPUB for digital publication,​ and my entire project relies on a very long PowerShell script which makes extensive use of [[software:​regex]].+I use PowerShell a lot, for all kinds of things. I'm currently working on converting a print book to EPUB for digital publication,​ and my entire project relies on a very long PowerShell script which makes extensive use of [[wiki:software:​regex]].
  
 ===== My Scripts ===== ===== My Scripts =====