graphicdesigngeek.com
  • Home
  • Posts
  • Comfyui
  • Powershell

Post for: #powershell (1 Post)

make a folder of prompts from a simple txt file

July 4, 2026 admin
powershell

$sourceFile = "C:\Users\username\Desktop\text\weird.txt" $delimiter = "\n" $splitFilePrefix = "C:\Users\username\Desktop\weird1\weird_" $counter = 1 $content = Get-Content -Path $sourceFile -Raw $chunks = $content -split $delimiter foreach ($chunk…

Read more →

© 2024 Powered by Publii CMS :: Theme ported by the Publii Team