batch requests answer but can't automate it? -


i'm trying copy file , cmd returns asking if c:\test\2006 indicating file name or folder name @ location

(b= file, d= folder)?

i know want d = folder can't seem autorun this

for able read dutch code returns:

geeft c:\test\2006 een bestandsnaam of een mapnaam op het doel aan (b = bestand, d = map)? 

you can add \ end of path indicate it's folder:

copy whatever c:\test\2006\ 

to answer question, need pipe character standard in:

echo d | copy whatever c:\test\2006 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -