Results 1 to 2 of 2

Thread: Hide a file in MS-DOS

  1. #1
    andressa143 is offline Senior Member
    Join Date
    Dec 2008
    Posts
    193
    Rep Power
    4

    Default Hide a file in MS-DOS

    How to hide a file in MS-DOS.

  2. #2
    niks54 is offline Senior Member
    Join Date
    Dec 2008
    Posts
    209
    Rep Power
    4

    Default

    There are two ways of hiding the files in MS-DOS. The first way is by means of the attrib command as seen below.

    attrib +h c:\autoexec.bat

    This command will secrete your autoexec.bat file so a ordinary user browsing your hard disk drive would not be able to see the file. To make the file unhidden use -h as an alternative of the +h so the line would look like the below example.

    attrib -h c:\autoexec.bat

    Even though the file is hidden, a user might still type edit c:\autoexec.bat and still be capable to edit the file, or if the user typed attrib this would list all files with their attributes.

    The other way of using ASCII font when creating the list or renaming it. Below are the steps vital for creating a list with these characters.

    Type md (hold down ALT and type 987 while continuing to hold ALT, once typed in let go of alt and you should get a solid block). Press the enter key to create the directory. To get into this directory, a user would have to type cd and hold ALT while typing 987 to get the block. When pressing the enter key you might be able to get into the directory.

Similar Threads

  1. Help Me To Hide A File Permanently
    By RodríguezBrown in forum Programming
    Replies: 1
    Last Post: 02-23-2010, 01:14 PM
  2. How to Hide Extensions for Known File Types
    By BakerJones in forum Software Jargons
    Replies: 0
    Last Post: 01-02-2010, 02:24 PM
  3. Hide the taskbar
    By macrona in forum Everything Else
    Replies: 0
    Last Post: 03-28-2009, 08:22 AM
  4. Un-hide IE's menu
    By webworld in forum General Internet Terms
    Replies: 0
    Last Post: 06-24-2008, 02:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48