我想要它,所以当我点击一个批处理文件时,它将很多东西复制到一个批处理文件中,我使用 >> 方法尝试了这个,( 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
到目前为止,它不起作用。