Well, it seems Darío already posted the Zip, but for future reference,
you should know that there are several good free decompression
programs out there that open RAR files. The best of these for Windows
are probably 7-Zip (open source) and IZArc (freeware).
John
I fully agree. I always install 7-Zip, which is much faster for large files (over 100MB)
and often IZArc, which looks more like the "familiar" WinZip and handles a larger number
of (exotic) formats. They are pretty complementary, actually.
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
Also the author of 7-Zip threw his stuff totally open and is
working on the xz specification with non-Win32 people. With luck,
there will be a mass transition to xz in the next few years. So I
am a happy 7-Zip user too, and since I never create anything other
than tar/gz/zip/7z archives, 7-Zip is all I need.
--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia
Macchi,
I have started using ACB, but I found certain stuff hard.
It behaves like a pure SciTe editor. When I click "GO" I expect my code to run.
(defn foo [p]
(+ p 1))
(foo 7)
I expect to see 8 , but I have to go back to the REPL prompt to type (foo 7). Am I doing something wrong or ACB is just another SciTE?
I have issue with prompt buffer, the the same kind of problem I have with SciTe editor. At the REPL prompt if I type "(eee" and erase the es and re-type say (foo 7) , I will get an error and it would be telling me that I called an unknown function, which means that I have not defined the function and it will also print the function I just called as (eeefoo 7). It shows that the erase or delete doesn't work and that it does appends to the previous.Is there a way of overcoming this?
Is it not possible to reduce the number of menus inside tools menubar? It is just too long, I would like to see sub-menus for clojure-stuff and others.
Finally when I click "GO" it picks the path I have in my SciTe editor and not that one inside the ACB for clojure and clojure-contrib. Why is it so?
I must thank you for ACB, it is just great. You did a great job. Hope I would be allowed to learn how you crafted ACB some day.
":" must be ";" in "java -cp" option on Windows.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-i...@googlegroups.com
To unsubscribe from this group, send email to scite-interes...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en
-~----------~----~----~----~------~----~------~--~---