我想要它,所以當我點擊一個批處理文件時,它將很多東西複製到一個批處理文件中,我使用>>方法嘗試了這個(echo例如>> example.txt文件),它僅複製什麼,我希望它複製了一半,我有很多行,所以我在想,如果有一個最大的行復制的,如果沒有,爲什麼它沒有抄襲所有我想要它複製的東西? (我希望它複製大約150線) 編輯:這就是我想要做的事:批處理文件 - 將大量文本複製到一個.txt文件中
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
到目前爲止,這是行不通的。
Windows批處理? Ksh? bash? –
歡迎來到StackOverflow。它應該複製什麼「東西」? (以「複製」,必須有「源」,從複製,和「目的地」複製到 - 你只提供了公式的一半),你需要編輯你的問題,以提供更多的細節,併發布你正在使用的代碼**不符合你的期望。如果你提到什麼是「批處理文件」,這也會有所幫助,因爲你在問題中沒有提到任何語言。 (我想這是Windows批處理,但你真的需要,如果你想幫助聲明,對我們來說)。 –
向我們展示你的代碼。 – aphoria