POV-Ray : Newsgroups : povray.off-topic : Very cool Ubuntu distro : Re: Very cool Ubuntu distro Server Time
6 Sep 2024 05:18:13 EDT (-0400)
  Re: Very cool Ubuntu distro  
From: scott
Date: 9 Apr 2009 07:39:49
Message: <49ddde85$1@news.povray.org>
> Except that the Linux MD5 tool can automatically compute the MD5 sum of 
> multiple files. I have only found one tool for Windows that can do this, 
> and it was buggy as hell. (Kept printing garbage characters to stdout, got 
> confused by certain pathnames, etc.)

The one I found seemed to offer that too.

http://www.fastsum.com/support/user%20manual.php

>> 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
>
> What the hell language is *that*?!

VBscript, it's what most people use to write scripts on windows, isn't it?

http://www.microsoft.com/technet/scriptcenter/topics/beginner/firststeps.mspx


Post a reply to this message

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