iCAx开思网

标题: 自动删除后处理垃圾文件 [打印本页]

作者: lzywlq    时间: 2012-2-20 19:05
标题: 自动删除后处理垃圾文件
本帖最后由 lzywlq 于 2012-2-21 08:22 编辑

有没有人知道这段删除后处理垃圾文件代码加要PROE哪个文件里,怎么加?@echo off
cd\
D:
cd nc
rem   This file will clean out any temporary Pro/E files which are
rem   not required.  Simply type "clean" in the desired directory
rem   to clean it out.  Or access it from the UTILITIES menu.
del *.acl*
del *.ncl*
del *.mbx*
del *.lst*
del trail.txt.*
del s2d0*.sec*
del APS00W07.*


作者: lzywlq    时间: 2012-2-20 19:12
本帖最后由 lzywlq 于 2012-2-21 08:22 编辑

我知道可以建个bat文件放要清理的目录,我想实现的功能是,后处理时自动清理
作者: aaxin    时间: 2012-12-23 20:45
我也想知道啊
作者: zhangbl    时间: 2013-4-25 10:07
用记事本,复制粘贴,存为.bat
作者: zhangbl    时间: 2013-6-3 18:20
路径要对
作者: 朽=木    时间: 2014-11-4 22:53
做个快捷键,后处理完成后,在按一下快捷键OK





欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3