in reply to embedded spaces in paths and system()
my @args = ( "compile.exe", "my silly windows directory", "file" ); my $rc = system( @args ); [download]
~Particle