[OT] invisible files on Windows
Chipp Walters
chipp at chipp.com
Fri Jan 10 16:09:01 EST 2003
Richard,
This will make a file invisible from Windows...
if the platform is "Win32" then
put the filename of the topstack into tfile
replace "/" with "\" in tfile
put "attrib"&& quote & tfile & quote && "-h" into DosCommand
set the hideConsoleWindows to true
put shell (DosCommand) into theError
end if
> -----Original Message-----
> From: metacard-admin at lists.runrev.com
> [mailto:metacard-admin at lists.runrev.com]On Behalf Of Richard Gaskin
> Sent: Friday, January 10, 2003 11:37 AM
> To: MetaCard List
> Subject: [OT] invisible files on Windows
>
>
> I can turn a file invisible on Mac OS and OS X, but how do I make a file
> invisible on Windows? I need to be able to do this for a
> cross-platform CD.
>
> Thanks in advance -
>
> --
> Richard Gaskin
> Fourth World Media Corporation
> Developer of WebMerge 2.1: Publish any database on any site
> ___________________________________________________________
> Ambassador at FourthWorld.com http://www.FourthWorld.com
> Tel: 323-225-3717 AIM: FourthWorldInc
>
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
More information about the metacard
mailing list