I want it so when I click on a batch file, It copies a LOT of stuff into a batch file, I tried this using the >> method, ( echo example>>example.txt ) and it only copies half of what I want it to copy, I have a lot of lines so I was wondering if there's a maximum of lines to copy and if there isn't why it isn't copying all of the stuff I want it to copy? (I want it to copy around 150 lines) EDIT: This is what I am trying to do:
SET FILECONTENTS=1.) In the url of the item you want to use the buy button on, Put Javascript:startbuy();^
2.) Inspect element on buy button.^
3.) Put the code at the bottom in it.^
4.) You now no longer need to refresh once the item goes onsale.^
<input type="submit" class="newPurchaseButton" value=""^
ECHO %FILECONTENTS%>>testingfile.txt
So far it doesn't work.