POV-Ray : Newsgroups : povray.off-topic : Very cool Ubuntu distro : Re: Very cool Ubuntu distro Server Time
6 Sep 2024 07:15:39 EDT (-0400)
  Re: Very cool Ubuntu distro  
From: nemesis
Date: 9 Apr 2009 13:20:01
Message: <web.49de2d2d14a2c6a4bbbb20030@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> scott wrote:
> > Set FSO = CreateObject("Scripting.FileSystemObject")
> > Set Folder = FSO.GetFolder("folder name")
> > Set Files = Folder.Files
> > For Each File in Files
> >  do something with File.Name here
> > Next
>
> Or just
> for %I in (*.txt) do md5 %I >>checksums.txt
> or whatever parameters you want. It's not like Windows doesn't have a shell. :-)

ah!  That's definitely better.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.