How to change part of a textfile

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
dggrn
Posts: 1
Joined: 21 Sep 2022, 07:06

How to change part of a textfile

21 Sep 2022, 07:32

Every week I would like to change the filename, the date and the V-number in a txt-file. How can i do it?

Code: Select all

load data 
infile  'DPRK_20220919_v30_pk.csv'  
,       Sign		    char
,       Date                constant "2022-09-19" 
,       V-Number	    constant "V30"
,	Status		    char
)
end
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: How to change part of a textfile

22 Sep 2022, 00:29

You can manipulate the file using FileOpen().

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mstrauss2021, Spawnova, william_ahk and 359 guests