On Fri, Oct 24, 2008 at 03:10:49PM -0400, sergio wrote:
> i would like to start rewriting some ruby scripts i have that does the
> following..
>
> takes a HUGE directory..
>
> copies the files to another directory, with DVD sized subdirectories
> called Disk1, Disk2,...
>
>
> it then makes ISO's out of each of them, plus logfiles for each disk..
>
> is this amount of fiddling with the native filesystem even possible?
>
> some of the files reside on another server, and are gathered with ssh..
Generally speaking this kind of work is not Squeak's strong suit, although
it can be done. If you are using a Unix, Linux or Mac system, then CommandShell
and OSProcess will help. You can load them from SqueakMap or Universes,
and overviews are at:
http://wiki.squeak.org/squeak/1914http://wiki.squeak.org/squeak/708Dave
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners