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: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]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 > ___________________________________________________________ > [EMAIL PROTECTED] http://www.FourthWorld.com > Tel: 323-225-3717 AIM: FourthWorldInc > > _______________________________________________ > metacard mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/metacard _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
