如何复制一个.exe或使用批处理文件hiiden任何类型的文件? [英] How to copy an .exe or any type of file which is hiiden using BATCH FILE?

查看:338
本文介绍了如何复制一个.exe或使用批处理文件hiiden任何类型的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

{-----------------------------------
rem thx to RBI
rem note nsona.exe is a hidden file
title trigger
copy nsona.exe %temp%
---------end of the script --------}

我的问题是

nsona.exe 没有启动,因为nsona.exe是一个隐藏的文件!
如何解决这一问题?

nsona.exe is not starting since nsona.exe is a hidden file! How to fix this?

和也试图回答<一个href=\"http://stackoverflow.com/questions/22255149/how-to-close-a-particular-window-using-batch-or-cmd\">how使用批处理或CMD关闭一个特定的窗口?太

推荐答案

试试这个:

xcopy /h nsona.exe %temp%

这篇关于如何复制一个.exe或使用批处理文件hiiden任何类型的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆