
nfaustin
Active Members-
Posts
123 -
Joined
-
Last visited
About nfaustin
- Birthday 01/18/1983
Profile Information
-
Location
Philippines
nfaustin's Achievements

Adventurer (3/7)
1
Reputation
-
AnonymousX reacted to a post in a topic: Script to get name itself ?
-
CCleaner 3.06 & Google Toolbar/Chrome
nfaustin replied to Tegal's topic in AutoIt General Help and Support
Yes, the standard installer contain 'g' folder in the $PLUGINSDIR while the slim version is none. the slim version should have filename : ccsetup306_slim.exe -
Script to add printers works in xp but not Win7
nfaustin replied to grunewald6's topic in AutoIt General Help and Support
I check in systemdir, the file prnport.vbs doesnt exist. Maybe this is the reason why it fail... Oh I got it, the file path is incorrect in Window 7, Win 7: cscript /nologo %windir%/System32\Printing_Admin_Scripts\en-USc/prnport.vbs Win XP: cscript /nologo %windir%\system32\prnport.vbs Hope this helps, I can't try it here. -
Hi Guys, I currently develop a tool for my work. I use this TCP server and listening from a client machine. The packet receive are in HEX values, I tried to convert and display these debug log messages but it seem the HexToString nor BinaryToString doesn't work completely. Here is the sample data : 0x4C4F473A3A617474726962757465732E7769646765745F696E746572616374697665203D20747275650A0A004C4F473A3A617474726962757465732E7769646765745F69636F6E203D20756E646566696E65640A0A004C4F473A3A617474726962757465732E68617264776172655F736368656D6156657273696F6E203D20312E350A0A004C4F473A3A617474726962757465732E68617264776172655F6465766963655F6964203D20756E646566696E65640A0A004C4F473A3A617474726962757465732E68617264776172655F74696D657A6F6E65537472696E67203D20474D542B383A30300A0A004C4F473A3A617474726962757465732E75736572506172616D735F537472696E67203D203C5061726D733E3C46774C6576656C3E323031303131323530313C2F46774C6576656C3E3C2F5061726D733E0A0A004C4F473A3A3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D0A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E672053746F7265644D61700A0A004C4F473A3A53746F7265644D61703A3A696E697428293A20746869732E736F6E616D65203D20456E76656C6F706557697A6172645F64333930656538302D663436612D343930372D386437352D3530386238343239353064360A0A004C4F473A3A53746F7265644D61703A3A6E65656443616C6C6261636B28293A206861735368617265644F626A65637473203D20747275650A0A004C4F473A3A53746F7265644D61703A3A6E65656443616C6C6261636B28293A20666C757368203D2070656E64696E670A0A004C4F473A3A53746F7265644D61703A3A6E65656443616C6C6261636B28293A2072657476616C203D20747275650A0A004C4F473A3A53746F7265644D61703A3A6F6E526561647948616E646C657228293A200A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E672042726F777365720A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E67204A706567204173736973740A0A004C4F473A3A4A7065674173736973743A3A726573657448574A70656741737369737428293A200A0A004C4F473A3A4A7065674173736973743A3A72656E6465724A70656753746174757328293A20756E646566696E65643A20494E56414C49445F55524C0A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E67205072696E7420736572766963650A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E6720536F756E6420506C617965720A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20646F6E6520696E697469616C697A696E672073657276696365732E20496E766F6B696E672063616C6C6261636B2E0A0A00 And sample trial code : $Hex = "0x4C4F473A3A617474726962757465732E7769646765745F696E746572616374697665203D20747275650A0A004C4F473A3A617474726962757465732E7769646765745F69636F6E203D20756E646566696E65640A0A004C4F473A3A617474726962757465732E68617264776172655F736368656D6156657273696F6E203D20312E350A0A004C4F473A3A617474726962757465732E68617264776172655F6465766963655F6964203D20756E646566696E65640A0A004C4F473A3A617474726962757465732E68617264776172655F74696D657A6F6E65537472696E67203D20474D542B383A30300A0A004C4F473A3A617474726962757465732E75736572506172616D735F537472696E67203D203C5061726D733E3C46774C6576656C3E323031303131323530313C2F46774C6576656C3E3C2F5061726D733E0A0A004C4F473A3A3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3D0A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E672053746F7265644D61700A0A004C4F473A3A53746F7265644D61703A3A696E697428293A20746869732E736F6E616D65203D20456E76656C6F706557697A6172645F64333930656538302D663436612D343930372D386437352D3530386238343239353064360A0A004C4F473A3A53746F7265644D61703A3A6E65656443616C6C6261636B28293A206861735368617265644F626A65637473203D20747275650A0A004C4F473A3A53746F7265644D61703A3A6E65656443616C6C6261636B28293A20666C757368203D2070656E64696E670A0A004C4F473A3A53746F7265644D61703A3A6E65656443616C6C6261636B28293A2072657476616C203D20747275650A0A004C4F473A3A53746F7265644D61703A3A6F6E526561647948616E646C657228293A200A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E672042726F777365720A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E67204A706567204173736973740A0A004C4F473A3A4A7065674173736973743A3A726573657448574A70656741737369737428293A200A0A004C4F473A3A4A7065674173736973743A3A72656E6465724A70656753746174757328293A20756E646566696E65643A20494E56414C49445F55524C0A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E67205072696E7420736572766963650A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20696E697469616C697A696E6720536F756E6420506C617965720A0A004C4F473A3A536572766963654D616E616765723A3A696E6974536572766963657328293A20646F6E6520696E697469616C697A696E672073657276696365732E20496E766F6B696E672063616C6C6261636B2E0A0A00" $String = _StringToHex($Hex) ; OR ;$String = BinaryToString($Hex) ;ConsoleWrite($String) MsgBox(0, "Hex", "Original Hex: " & $Hex & @LF& @LF & " String: "& @LF & $String) The output is incorrect because the output should be like on this site. What wrong with this?
-
Nice one. This is really fit in my automation tool.
-
I still don't get your question. You may use cameronsdad if you had site with html page to send comment but if you want your autoit project have a GUI with button to send comments/data directly to your mysql database server, then you may use mysql connector and mysql UDF, just search here on mysql UDF for samples. That's my answer based on my understanding on your question here. Correct me if I'm wrong..
-
Is this so called application page is viewed in browser(HTML code)? or application page run by AUTOIT GUI?
-
Specific Excel File open
nfaustin replied to centralpressure's topic in AutoIt General Help and Support
The function of Excel Book open is misspelled.Is this a typo error or not? -
Reading Checkboxes in a non AutoIT Gui
nfaustin replied to PieMan's topic in AutoIt General Help and Support
Try to use ControlCommand("Window title", "", "Control ID", "IsChecked", "") Returns 1 if Checkbox is checked, 0 otherwise. Get the control ID by using AutoIt window info.. -
Yes Dale, Your suggestion is right. I forgot about _IEAttach.
-
Just a thought(not tested but should work), try to use IECreate with the link URL and with parameter setting $f_tryAttach = 1 to switch the IE object to the new link window. It should work.
-
I tried it and yet its very simple. and because too much simplicity, I don't know what it does.. As I understand the program, its like money saving diary.. but I can't figure out how it works...
-
You can use with IECreate with the link only without entering the main page. copy the link the put it on IECreate parameter.
-
I think he need rentacoder