Messages - highend01 [
switch to compact view
]
Pages:
prev
•
1
2
3
4
5
[
6
]
7
8
9
10
11
...
38
•
next
26
Post New Requests Here
/
Re: AHK Script to create and delete a file until it is closed
«
on:
August 08, 2019, 03:36 PM »
Nope
27
Post New Requests Here
/
Re: AHK Script to create and delete a file until it is closed
«
on:
August 08, 2019, 02:31 AM »
[Select]
#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
Post New Requests Here
/
Re: Batch file to move files (less than total size) from A to B
«
on:
April 09, 2019, 09:17 PM »
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
Post New Requests Here
/
Re: Batch file to move files (less than total size) from A to B
«
on:
April 06, 2019, 04:33 AM »
Who else would like to take the next step?
Maybe...
You
?
Pages:
prev
•
1
2
3
4
5
[
6
]
7
8
9
10
11
...
38
•
next
Go to full version