
display command batch
Moderator: DosItHelp
display command batch
Anyone please help me how to make a batch that display the code it would execute like copy \folder\folder\previous date....... in cmd 

Re: display command batch
Please clarify what you need to do.
-
- Posts: 81
- Joined: 19 Nov 2013 00:41
Re: display command batch
xiro wrote:Anyone please help me how to make a batch that display the code it would execute like copy \folder\folder\previous date....... in cmd
@echo on
?
-
- Expert
- Posts: 1167
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: display command batch
julesverne wrote:xiro wrote:Anyone please help me how to make a batch that display the code it would execute like copy \folder\folder\previous date....... in cmd
@echo on
?
or just leave off @echo off
Re: display command batch
I'm typing copy /bpi/char/.... in cmd how to make a batch that would display the command then just press anykey to execute that command but the command to display is the command insde my batch....