clearguy Posted August 19, 2006 Posted August 19, 2006 Hi, I used to cout the lines of jpg,rar, and it returns negative value,like -4011,what does it mean? I've never met anyone who codes binary. StringMultiInsert()SOW EncryptFrench autoit forum - forum français
Valuater Posted August 19, 2006 Posted August 19, 2006 (edited) Hi,I used to cout the lines of jpg,rar, and it returns negative value,like -4011,what does it mean?if you "could" read the lines in a jpg file... what are you going to do with it???8)it probably should state what type files are able to be used in the help file Edited August 19, 2006 by Valuater
Xenobiologist Posted August 19, 2006 Posted August 19, 2006 (edited) if you "could" read the lines in a jpg file... what are you going to do with it???8)it probably should state what type files are able to be used in the help fileHI,I agree with the helpfile thing. I tested it. It seems to be the size - 6.I opened a file in Ultraedit it shows number - 6 as size.So long,Mega Edited August 19, 2006 by th.meger 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
clearguy Posted August 19, 2006 Author Posted August 19, 2006 (edited) I want to us it because I'm making an encryptor Yes,in the help file is written that it works only with text file. It isn't a problem anymore I found another way to do my project,thanx anyway. Edited August 19, 2006 by clearguy I've never met anyone who codes binary. StringMultiInsert()SOW EncryptFrench autoit forum - forum français
Xenobiologist Posted August 19, 2006 Posted August 19, 2006 Hi, try #include<File.au3> $path = "c:\Dokumente und Einstellungen\xf01145\Eigene Dateien\Eigene Bilder\cursor.JPG" MsgBox(0,"Size", FileGetSize($path)) MsgBox(0,"", _FileCountLines($path)) If @error = 1 Then ConsoleWrite("Error") So long, 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
Developers Jos Posted August 19, 2006 Developers Posted August 19, 2006 I hope you're not serious about the helpfile statement ... right ? To me its like a "Don't use this Microwave to dry your cat" remark.... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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