Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/09/2023 in all areas

  1. I added the environment variable SCITE_USERHOME and the error message went away. Thanks. My executable problem still exists but I will post another topic for clarity. Thanks again.
    1 point
  2. ioa747

    cmd to Autoit #2

    like #include <AutoItConstants.au3> Local $oldPath = "D:\Main" Local $afolders = "First, Second, Third, Fourth, Fifth" $afolders = StringSplit($afolders, ", ", 1) For $i = 1 To $afolders[0] ;DirRemove($oldPath & "\" & $afolders[$i], $DIR_REMOVE) ConsoleWrite("-> Remove: " & $oldPath & "\" & $afolders[$i] & @CRLF) Next
    1 point
  3. Study in the documentation arrays and the For..Next loop.
    1 point
  4. Just made a few changes to the SciTE4AutoIt3 helpfile TOC to show both SciTE & Scintilla Documentation and History pages.
    1 point
  5. 1 point
  6. Hello, use _ClipPutFile() If you place multiple FullFilePathNames, separated by "|" into one string, you can place them all-in-one to the clipboard, regardless of the folders these files are stored in. In your screenshot you already used this function, I didn't get, why you are not happy with that one? I used it in several "Collect files across many differnt folders" tools, no problems. $put2clip="C:\temp\File-1.txt|D:\OtherDrive\anotherfolder\file-2.txt|\\server\share\path\file-3.txt" _ClipPutFile($put2clip)
    1 point
×
×
  • Create New...