After running cmd.exe, when running a command, such as xcopy \s x:\*.* c:\fitk\, it takes a long time to run. Please teach how to make the window run minimized automatically?
@echo off
@xcopy /s/q x:\*.* c:\fitk\
end
Is there a way to add a command directly in the. bat file to make the DOS window minimized?
[ Last edited by flyinthesky on 2007-6-23 at 12:19 PM ]
@echo off
@xcopy /s/q x:\*.* c:\fitk\
end
Is there a way to add a command directly in the. bat file to make the DOS window minimized?
[ Last edited by flyinthesky on 2007-6-23 at 12:19 PM ]



