バッチファイルをクリックすると、たくさんのものがバッチファイルにコピーされます。>>メソッド(echo example >> example.txt)を使用してこれを試しましたが、必要なものの半分しかコピーされません。コピーするために、私はたくさんの行を持っているので、コピーする行が最大であるかどうか、そしてコピーしたいものすべてをコピーしない理由がないのではないかと思っていましたか?(約150行をコピーしたい)編集:これは私がやろうとしていることです:
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
これまでのところ、それは機能しません。