tradertt Posted February 9, 2008 Posted February 9, 2008 Hi Can it be done? Every webpage that my script goes to, it will log it down into a text file with the next webpage on the next line of the text file. Free Flash Games Online | Car Modifications Articles | Free Arcade Games Online
Xenobiologist Posted February 9, 2008 Posted February 9, 2008 Hi, if IE than have a look at PropertyGet Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
tradertt Posted February 10, 2008 Author Posted February 10, 2008 How can I get it to be written into a text file Free Flash Games Online | Car Modifications Articles | Free Arcade Games Online
LIMITER Posted February 10, 2008 Posted February 10, 2008 How can I get it to be written into a text file #include <File.au3> write("PUT HERE WHAT YOU WANT TO WRITE TO FILE");simply change text with what you need :) Func write($thingstowrite) $sFilePath = @HomeDrive & "\test.txt" _FileCreate($sFilePath) $file = FileOpen($sFilePath, 1) FileWrite($file,$thingstowrite & @CRLF) FileClose($file) EndFunc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now