Messages - highend01 [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 38next

27
#NoEnv
#SingleInstance force
SetWorkingDir %A_ScriptDir%
FileEncoding UTF-8
SetBatchLines, -1

drive := "C:\"
file  := "Dummy.txt"
path  := drive . file
text  := "Dummy"


if FileExist(drive) {
    Loop {
        if FileExist(path)
            FileDelete, % path
        FileAppend, % text, % path
    }
}

28
Sure, add the stuff from the stackoverflow link. Done.

29
Post New Requests Here / Re: Select Range of Files Via Batch File
« on: April 07, 2019, 11:16 AM »
findstr has a regex mode as well...

30
Who else would like to take the next step?
Maybe... You?

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 38next
Go to full version