> basically I'm doing this:
> #creating a text file
> #then attempt to make it invisible:
> 
> put "attrib +h" && thePathToMyFile into commandString
> get shell commandString
> 
> But my file remains visible.

Marty,

You may just be conflicting with your OS settings. Do you have XP folder 
options set to show hidden files? Another possibility is that you are 
using a / rather than a \ as the path folder delimiter. Any time you use 
shell on Windows, you need to replace "/" with "\" in commandString before 
executing the get shell command.

Roger Eller <[EMAIL PROTECTED]>

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to