How to copy an .exe or any type of file which is h

2019-09-21 17:20发布

问题:

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

my problem is

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

and also try to answer how to close a particular window using BATCH or CMD? too

回答1:

Try this instead:

xcopy /h nsona.exe %temp%