Jump to content

PunkAssOtch

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by PunkAssOtch

  1. Somewhat tangential, but I added a small CMD file so I could extract more easily on the command line (adjust your own paths): uniextract.cmd --- @echo off for %%s in (%*) do d:\sharedapps\uniextract\uniextract.exe "%%~fs" "%%~dps%%~ns" I had to upate to a newer version of innounp and I get a "Test" dialog box every so often, but I think people have already mentioned those. As a side note, I'm kind of frustrated because I can't find any way to search in just this post instead of the entire forum. Am I missing something??
  2. 1.4 Problem... If I disable history, it writes history=0 to the ini file (or I change it manually). The error I then get when trying to run anything: Line 0: (File"D:\SharedApps\UniExtract\UniExtract.exe"): GUICtrlSetData($dircontcont, $filedir & '\' & $filename) GUICtrlSetData(^ ERROR Error: Variable used without being declared. Please let me know if I can provide any other details. I saw the someone's post earlier, it seems to be tied to disabling history for me. BTW, I was looking through the todo and I saw some integration into the windows registry. I don't need or want history (or registry entries). I love the fact that it mostly just works, and I use the non-installing zip file for a fully standalone installation. Typically, I add a shortcut to the SendTo instead of using shell integration. Thanks for the great software!
×
×
  • Create New...