Jump to content

Dickb

Active Members
  • Posts

    133
  • Joined

  • Last visited

About Dickb

  • Birthday 05/29/1955

Profile Information

  • Location
    Netherlands
  • Interests
    Programming & Computers, Radio Amateur, Electronics, Motorcycle

Dickb's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. Thanks guinness and here is the next Dutch language file. Dutch.zip
  2. I am translating the new messages list to Dutch and this message confuses me IP_MSG_9=Replace a certain word or certain within a list of files. Can be my english knowledge that's insufficient but it feels like something is missing after the second "certain"
  3. Yes, please. Send them and I'll take care of the translation, no problem.
  4. Hi, I didn't see a Dutch language file yet, so I've created one from the English v1.13.36.40. Regards, Dick Dutch.zip
  5. Have a look at this site: http://cdrecord.berlios.de/old/private/cdrecord.html These tools are used by a lot of (freeware) cd/dvd programs like InfraRecorder (which I use). Maybe you can write an autoit program around these tools. Dick
  6. There is a device developed for that. It is called a "Keyboard".
  7. That is depending on the telnet program you are using. I use Putty as telnet program. It has a setting to log the telnet conversation.
  8. Hm..... If I run this inside Scite (with F5) it starts the Find function which is expected. Some application has to catch the F3 function.
  9. Try the send without quotes.... $conc = IniRead( "Config.ini", "keys", "Conc", "") Sleep(1000) send($conc)
  10. Working example: $sZip = "TestFile.zip" $hFile = FileOpen($sZip, 18) $init= Chr(80) & Chr(75) & Chr(5) & Chr(6) for $n =1 to 18 $init &= chr(0) next FileWrite($hFile, $init) FileClose($hFile)
  11. Hi Jos, I have run the obfuscator with the #AutoIt3Wrapper_run_obfuscator=y #Obfuscator_parameters=/striponlyparameters on a reasonably complex program. The program compiled without problems and still runs fine. It saved me 121627 bytes on the executable. I hope this helps. Thanks, Dick This are the results: >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper_Gui.exe" /in "C:\Scripts\Obf_Test.au3" +>23:15:14 Starting AutoIt3Wrapper GUI v.1.9.4 -> No changes made.. +>23:16:17 Starting AutoIt3Wrapper v.1.9.4 >Running AU3Check (1.54.10.0) from:C:\Program Files\AutoIt3 +>23:16:17 AU3Check ended.rc:0 >Running Obfuscator (1.0.24.0) from:C:\Program Files\AutoIt3\SciTE cmdline: - Iteration 1 Strip Functions result: Output 4654 lines and stripped 6102 lines - Iteration 2 Strip Variables result: Output 2349 lines and stripped 2305 lines - Iteration 3 Strip Variables result: Output 2294 lines and stripped 55 lines - Iteration 4 Strip Variables result: Output 2287 lines and stripped 7 lines +> Source 25130 lines 1299282 Characters. +> Stripped 8469 Func/Var lines and 12916 comment lines, Total 1216517 Characters. +> Saved 85% lines 93% Characters. +> Obfuscator v1.0.24 finished created:C:\Scripts\Obf_Test_Obfuscated.au3 +>23:16:58 Obfuscator ended.rc:0 >Running AU3Check for obfuscated file(1.54.10.0) from:C:\Program Files\AutoIt3 +>23:16:58 AU3Check Obfuscated code ended.rc:0 >Running:(3.2.10.0):C:\Program Files\AutoIt3\aut2exe\aut2exe.exe +>23:17:00 Aut2exe.exe ended.rc:0 ->Warning: This is an Unicode compiled script and will not run on Win9x/ME. +>23:17:01 RC.exe ended.rc:0 +>23:17:01 ResHacker ended.rc:0 >Running (3.1.0.0): C:\Program Files\AutoIt3\aut2exe\upx.exe +>23:17:02 UPX.exe ended.rc:0 >Updated the Source Version to:2.2.1.379... +>23:17:03 AutoIt3Wrapper Finished >Exit code: 0 Time: 109.028
  12. Hi JdeB, maybe you can convert the #AutoIt3Wrapper_Res_Field2Name=<Text1> and #AutoIt3Wrapper_Res_Field2Value=<Text2> to #AutoIt3Wrapper_Res_Field=<Text1>|<Text2>. Now the wrapper gives an error on these fields. For some reason the ...1Name and ....1Value don't give an error. I hope this explanation makes sense to you, else let me know. btw. this is not a showstopper, I just wanted to let you know. Thanks for all your great work, Dick Edit: I am always using the latest version, that is now 1.9.1.6
  13. You may have a look at http://www.virtualbox.org This is one I use for most of my virtual machines, works very well and is free (for private use). Dick
×
×
  • Create New...