搜索资源列表
deleteml
- 删除整个目录,连同里面的文件。- Deletes the entire table of contents, together with inside document.
yol.v1.3
- 该软件主要用于屏蔽设定关键字后的网站,具体功能包括: 可以使含有关键字的网址自动转向到你设定的网站或HTML去。 清空IE临时文件夹 清空IE历史记录 文档清空 删除收藏夹网址 删除IE地址栏网址 当然还可以定义你保密的目录 限制运行程序 清除内存中运行的程序 禁止WINDOWS下载软件等功能 恢复IE工具栏的链接名称 取消开机对话框 恢复internet选项安全页面自定义按钮 去除IE分级审查的密码 修改时间前面加广告 恢复OE标题栏广告 恢复IE搜索引擎 恢复网页右键菜单 恢复一
spath
- SPATH option directory. SPATH + directory: Adds directory at end of PATH. SPATH ( directory: Adds directory at begin of PATH. SPATH - directory: Drops directory from PATH. Note that PATH must be not be empty. echo Copyright (C) 1996-20
delfiletree
- 可删除不为空的目录-can remove empty directory
DelDir
- 用vc写的演示如何实现用于编写卸载程序的自删除技术,同时用递归方法删除一个目录下所有文件-vc write with a demonstration of how to achieve unloading procedures for the preparation of self-removal technique, Recursive methods used to delete a directory of all documents
mulu_monitor
- 这是一个系统目录监视程序的源码。可以对目录下文件的操作进行监视,如文件的添加删除,文件名的修改等操作。-This is a system directory of the source monitoring procedures. Contents may file under the surveillance operation, such as the addition of deleted documents, the file name changes and other operati
LinuxDOS
- 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。 -Linux system design for a simple two file system. Re
simulate_ext3_filesystems
- 模拟linux的ext3文件系统。采用位图法。用一个文件模拟硬盘。实现创建、删除目录、文件。读、写文件,定位文件指针等功能。-simulation Linux ext3 file system. Bitmap method used. With a simulation of hard disk document. Implementation create, delete directory, documents. Reading, writing paper, positioning the
TinyRat
- 代码编写:Anskya 简要的一款远程控制,FSG压缩后只有12k 下个版本将完全采用ASM+C编写,体积在5k左右使用bingle前辈的 创建SvcHost.exe调用的服务原理与实践使用的是和小榕前辈的BITS后门的一个替换技术.这里向两位前辈表示感谢,代码在编写过程中.得到一步江湖和sforever两位朋友的帮助(特别感谢sforever,没有逆向他的那个后门程序接口偶也不会发现一个BUG.)程序可以在卡巴斯基默认设置下,开机自启动和穿墙...反向连接,暂时只支持DNS和IP 由于身体上的
filesystem
- 我写的一个界面类似linux的文件系统,在win-tc下编译通过,可创建文件edit,删除文件del,创建目录md,删除目录rd,显示当前目录文件和文件夹dir,实现目录跳转cd,cd..是跳转到根目录。
unix
- 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管
DelFileAll
- 删除目录下所有文件,可以参考使用的。 这个使用VC编写。-To delete all the files directory, you can reference to use. The preparation of the use of VC.
FileSystem
- 文件管理系统 包含二级以及多级文件管理系统 能够实现多种功能包括写文件 删除目录等-Document management system and includes two multi-level document management system to achieve a variety of functions, including the deletion of the directory, such as writing paper
dirmonitor
- C++写的一款目录监视程序,功能还挺多,在程序选择项中可以选择监视的内容:添加了内容、删除了内空、修改了文件属性、重命名了文件以及其它的修改,选择你要监视的磁盘及目录,点击“开始”就运行了本程序。另外程序还具有几个实用小功能:开机启动、窗体在前、自动监视等。-C++ to write a list of surveillance procedures, functions quite many items in the selection process can choose to monito
del
- 删除目录文件,可以自动伤处制定的文件或者目录-DEL DIR AND FILE
DelDir
- VC++使用递推法删除目录的小例子,有兴趣的朋友看一下-VC++ using the recursive method to delete the directory of small example, look at friends who are interested
Filesys
- 模拟文件管理系统 cd 改变目录 create 创建文件 del删除文件 dir 显示目录 md 创建目录 rd 删除目录-Analog document management system to create a file create cd change directory to delete files dir displays the directory del md rd remove directory create a directory
DELETEFILE
- 学习批量删除目录精品,所有代码本人开发 应用于公司的文件删除里,全代码不保留了-Learning bulk delete directory products, all of the code development Applied to the company s files are deleted, the code is not retained
file-system
- linux系统上的简单文件系统的实现,有创建、删除目录和文件以及读写文件等基本操作-simple file system create,delete dir and files read and write files
FtpManagerCpp
- 用c++实现的基于Linux的ftp客户端,实现了ftp协议的大多数功能,上传文件,下载文件,创建目录,删除目录,删除文件,获取文件大小,获取文件和目录列表等。-Using c++ to achieve ftp client based on Linux, realizes the most functions of FTP protocol, upload files, download files, create a directory, deleting directory, delete