使用批处理文件查找并删除资源文件
我从来没有写过批处理文件,所以请耐心等待。
我想从批处理文件的当前工作目录中查找资源文件。如果它存在,那么我已停止 aspnet_wp.exe 进程(如果正在运行)并删除此资源文件。稍后运行 resgen 命令来创建一个新的资源文件(新文件名应与旧文件名相同)。
I have never written a batch file so please bear with me.
I want to find resource file from current working directory of batch file. If it exist then I have stop aspnet_wp.exe process (if running) and delete this resource file. Later run resgen command to create a fresh resource file (new file name should be same as old one).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 taskkill 命令。您可以调用此函数来停止该过程。
例如,如果资源文件名为“resource.txt”,
Take a look at the taskkill command. You can include a call to this to stop the process.
For example if the resource file is named "resource.txt",