I'm a newbie, just learning DOS.
I'm very interested in batch processing~~
I tried to save
@echo off
copy G:\01.mp3 G:\mp3
copy G:\02.mp3 G:\mp3
copy G:\03.mp3 G:\mp3
copy G:\04.mp3 G:\mp3
as copy.bat
After execution, I still found that the command line window popped up, and it prompted
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
Is there a way to not pop up the command line window when executing the bat?
Confused`~~
I'm very interested in batch processing~~
I tried to save
@echo off
copy G:\01.mp3 G:\mp3
copy G:\02.mp3 G:\mp3
copy G:\03.mp3 G:\mp3
copy G:\04.mp3 G:\mp3
as copy.bat
After execution, I still found that the command line window popped up, and it prompted
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
Is there a way to not pop up the command line window when executing the bat?
Confused`~~
