Create "Hidden" file....
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 10
- Joined: Sun Aug 07, 2005 10:42 am
Create "Hidden" file....
Hi. is it possible to create a .txt file that is invisible without having to go into its properties and make it hidden after it has been created?
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Try this:
Let>RP_WINDOWMODE=0
Run Program>cmd /c attrib +h c:\path\newfile.txt
Let>RP_WINDOWMODE=1
Let>RP_WINDOWMODE=0
Run Program>cmd /c attrib +h c:\path\newfile.txt
Let>RP_WINDOWMODE=1
Last edited by Bob Hansen on Wed Nov 16, 2005 4:13 pm, edited 1 time in total.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!