Currently using v4.12

The following code works as expected on NT/2000/XP

code:
$FileSource="\\SERVER\SHARE\"
SHELL '%comspec% /c copy $FileSource\*.* %temp% >nul 2>nul'

Can not seem to make the correct usage of quotes to get Windows 95 to operate the same. I can get the files to copy, but not silently.

Have reviewed FAQ already.

http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=10;t=000069

and here

http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=14;t=000315

Does anyone know the correct code to make this work on Windows 9x?