How Do I Do This ?

Jan 9, 2016 08:51 PM

:copy1

cls

if exist C:\cmd-codes\8131-94-70+8-535-8-351x9-\0-59-0-\copys\ (

cls

goto copy2

)

if not exist C:\cmd-codes\8131-94-70+8-535-8-351x9-\0-59-0-\copys\ (

echo error C:\cmd-codes\8131-94-70+8-535-8-351x9-\0-59-0-\copys\ not found

echo creating C:\cmd-codes\8131-94-70+8-535-8-351x9-\0-59-0-\copys\...

md C:\cmd-codes\8131-94-70+8-535-8-351x9-\0-59-0-\copys\

goto copy1

)

:copy2

echo type directory and file name here e.g. C:\folder\finder.bat

set /p copyinput=

echo you put in %copyinput%

xcopy %copyinput% C:\cmd-codes\8131-94-70+8-535-8-351x9-\0-59-0-\copys\

pause

this is my code but it dont work

i whant to copy a file from my pc to a copys folder

useing user input

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!