Batch file help ??????
-
I'm trying to make a batch file, but it comes up with error: the syntax of the command is wrong... This is what I Entered to create it: @echo off echo Enter your Computer Account Name set /p username= echo Enter File set /p File= set way=C:\Users\%username%\ COPY %way%%File%\*. echo ****************************************… echo Copying started at %date% %time%>>_log_.txt echo Copying finished at %date% %time%>>_log_.txt pause Please tell me whats wrong
-
Answer:
COPY %way%%File%\*. doesn't specify where your copying to. COPY %way%%File%\*. %userprofile%\desktop\*.*
Michael at Yahoo! Answers Visit the source
Related Q & A:
- How To Convert Pmd File To Pdf File Online?Best solution by Yahoo! Answers
- What Is MSI File And How Is It Different From EXE File?Best solution by Stack Overflow
- How to skip the input in batch file?Best solution by Stack Overflow
- How to run an interactive batch file on windows from a service?Best solution by Stack Overflow
- What is Batch Production?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.