hi, im totally a newbie
i watched the video on youtube says :
Automatically detect new fiels and move them to other location with the name extended by current date and time
https://www.youtube.com/watch?v=PR-V0XGOinM
but what should i do if i want to do this manually not automatically?
i mean i'd like this macro to run right after i finish typing some letters which are added in the "Text shortcut" option as a trigger
which means the source folder has at least one file
<for>("i=0","%i%<%vFileNum%","1")
<var_oper>(vFileDest,"%vFile%",STR_REPLACE,".mp3",".%_vCurrTime_Hour24%_%_vCurrTime_Minute%_%_vCurrTime_Second%.mp3","")
<filemove>("R:\source\%vFile%","R:\target\abcd\%vFileDest%",0,,0,,,"","")
so i replace the "i=0" with "i=1" and delete the "folder watch trigger" of course as i said before i added some text shortcut as a trigger
but it won't work
anyone any tips please? i hope this forum is still alive