![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-27 02:47 |
47,812 topics / 349,912 posts / today 2 new / 48,264 members |
| 其它操作系统综合讨论区 » <Help>How to hide a folder using DOS? |
| Printable Version 3,313 / 9 |
| Floor1 hxaizi | Posted 2008-04-15 11:08 |
| 新手上路 Posts 2 Credits 8 | |
|
I once saw an article about hiding files with DOS. It said to enter something in Start - Run, but I don't remember the details exactly. After completion, it can't be opened under Windows, the attribute size is zero when checking, and it can't be deleted either. It can only be operated under DOS commands. I'm a student living in the dormitory, and there are some things I don't want roommates to see. I think this method is good. I hope friends who know will tell me. Thanks a lot!!!
|
|
| Floor2 jiulong | Posted 2008-04-15 11:33 |
| 中级用户 Posts 183 Credits 396 | |
|
attrib 文件夹 +s +r +h&cacls 文件夹 /e /d everyone
|
|
| Floor3 abcd | Posted 2008-04-15 12:07 |
| 银牌会员 Posts 739 Credits 1,436 | |
|
The landlord is probably talking about folders with dots. Don't post the same content multiple times. Delete one.
|
|
| Floor4 chishingchan | Posted 2008-04-19 09:23 |
| 银牌会员 Posts 538 Credits 1,284 | |
|
```
@echo off cls echo Backup files using a folder that cannot be "accessed or deleted" echo. echo Create directory md b:\director..\ md b:\...\ echo. echo Copy file copy filename.ext b:\director..\ copy filename.ext b:\...\ echo. echo Access directory start b:\director..\ start b:\...\ echo. echo Execute file start b:\director..\filename.ext start b:\...\filename.ext echo. echo Delete directory rd b:\director..\ /s /q rd b:\...\ /s /q echo. pause ``` |
|
| Floor5 hjkk123 | Posted 2008-05-24 19:07 |
| 初级用户 Posts 82 Credits 160 | |
|
Good
|
|
| Floor6 acme | Posted 2008-05-24 19:23 |
| 中级用户 Posts 98 Credits 238 From 陕西 | |
|
It is recommended that you use software encryption tools, which can be visible encryption or hidden encryption. It is somewhat inconvenient to use DOS for this problem. For this issue, search for "Folder Lock Master" on Baidu.
|
|
| Floor7 descartes300 | Posted 2008-05-25 10:58 |
| 新手上路 Posts 1 Credits 2 | |
|
I created such a folder under F:
Enter F: in DOS Enter the following command md *..\ |
|
| Floor8 yht7891984 | Posted 2008-05-25 21:21 |
| 新手上路 Posts 6 Credits 16 | |
|
Run cmd
cd\ md aaa..\ In this way, the aaa. folder is established. Generally, it cannot be opened or deleted. The following is to solve the opening problem. Run cmd cd\ start c:\aaa..\ In this way, you enter the folder. Note that it must be an absolute address. The command start aaa.. may not work. After opening, you can add and manage files in it. If you want to view information, Select the files in aaa. and right-click to select Properties to display them. If you want to delete this file, First, use the instruction you just entered to select all files and delete them. Then, you need to do it in cmd. cd\ rd c:\aaa..\ In this way, it can be deleted. Congratulations! You are the first post I answered! |
|
| Floor9 yht7891984 | Posted 2008-05-26 12:35 |
| 新手上路 Posts 6 Credits 16 | |
|
I'm using the command prompt in the forum to browse posts, which is quite interesting. type id is to display, edit id is to reply. It's quite difficult to get started. Ctrl+Enter is to submit, Esc or Ctrl+C is to exit.
|
|
| Floor10 jsntrg | Posted 2008-05-31 18:06 |
| 新手上路 Posts 5 Credits 10 | |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |