VideoHelp Forum




+ Reply to Thread
Results 1 to 1 of 1
  1. Member
    Join Date
    Jun 2022
    Location
    Dublin
    Search Comp PM
    This is a sample of attempt but it doesn't output to the text file using >>, instead it simply display on screen the counter no. + Temp.txt as if it were one of the *.* files being processed.

    SET /A _COUNTER=0
    for %%f in (*.*) do (
    SET /A "_COUNTER+=1"
    echo [!_COUNTER!] %%f
    echo [!_COUNTER!] %%f>>Temp.txt

    REM ffmpeg processing is done here ...
    )

    Apologies, it works OK I simply overlooked something else. Mod can delete if need to.
    Last edited by JN-; 13th May 2025 at 09:41.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!