Works just forking fine for me:
 Code:
OZ - C:\Temp>dir x:
 Volume in drive X is PageFile
 Volume Serial Number is 1893-2D3F

 Directory of X:\

09/06/2007  09:44 PM                 1 ~
               1 File(s)              1 bytes
               0 Dir(s)  12,236,550,144 bytes free

OZ - C:\Temp>lads x:

LADS - Freeware version 4.10
(C) Copyright 1998-2007 Frank Heyne Software (http://www.heysoft.de)
This program lists files with alternate data streams (ADS)
Use LADS on your own risk!

Scanning directory X:\

      size  ADS in file
----------  ---------------------------------
Error 32 opening X:\pagefile.sys
      9402  X:\~:~

The following summary might be incorrect because there was at least one error!

      9402 bytes in 1 ADS listed

I modified the script as follows, to limit it to 100 iterations:
 Code:
Break On
SetConsole("Hide") RedirectOutput("x:\~") RedirectOutput("x:\~:~") While $X < 100 @sid ? $X = $X + 1 Loop

Now that the ADS is there, what can we do with it? I can use Display to view it, but can't seem to DELete it. Interesting, and potentially dangerous if you aren't aware of it! I could see this as a simple (v-word)!

Glenn
_________________________
Actually I am a Rocket Scientist! \:D