On Mon, 26 Mar 2007 12:21:37 -0400, Charles Szasz wrote:

> How do you hide a nonRev file in a Windows Standalone?  I have a RTF 
> template that I want to hide so it won't be corrupted by the user.

Well, you can set the "hidden" attribute of the file to true:

  -- assumes the path to the file you want to hide is in the variable 
'tFile'
  replace "/" with "\" in tFile
  set the hideConsoleWindows to true
  get shell("attrib +H" && quote & tFile & quote)


Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
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