Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Xcopy in Batch file
Name: Renaissance Man Date: June 20, 2007 at 03:49:25 Pacific OS: DOS CPU/Ram: PIII/256 Product: Dell
Comment:
I'm rusty.
Trying to xcopy one file over another in the same directory, and I keep getting "Is this a directory or a file" message. How can I avoid or answer this in a batch file? I thought it wasn't supposed to ask this unless there were multiple files involved.
Does it make any difference if I first delete the original file and copy a new file in it's place or if I just overwrite it?
This is the actual line (split for clarity): xcopy /y c:\windows\applic~1\mozilla\firefox\profiles\8t7enr~1.def\gdcookie.txt c:\windows\applic~1\mozilla\firefox\profiles\8t7enr~1.def\cookies.txt
Summary: What does the percent sing mean in batch files. i am really confused about that. it seems like i ve seen it used in different ways. Does it set declare variable or what? thank you. using dos 6.22...
Summary: sir how i can use variables in batch files i need to receive return values from c -exe files to batch file variables and i want to check the values in the batch files ...
Summary: I wrote a batch file with the CHOICE command in it but whenever the program gets to that command I get an error saying "the specified name is not recognised as an internal or external command." the sa...