View Single Post
  #4  
Old 11.05.2021, 23:04
Agent3554 Agent3554 is offline
Modem User
 
Join Date: Mar 2021
Posts: 3
Default

Quote:
Originally Posted by groinksan View Post
Figured out how to pull this off... Probably not the best way, but it seems to work:

for %%f in (folder\*.html) do (clip < "%%f")

Probably a good idea to group the HTML files into small groups of maybe 100 each.
How does this work? I'm curious and interested, because I also have HTML with links too


My other method would be:
1. Convert all HTML to TXT in online converter / Or manually copy paste all links to TXT (painful method)
2. Merge all contents of all TXT files using CMD, into one TXT file
3. Put the merged TXT file into LinkGrabber
Reply With Quote