Search found 1 match

by wudevr
26 Nov 2015 12:45
Forum: DOS Batch Forum
Topic: Need Help With File Paths in Batch FIle
Replies: 4
Views: 2314

Need Help With File Paths in Batch FIle

I have a batch file that copies (overwrites) a couple of files in a directory. Currently, the file path of the source files is hard coded (C:\test) I would like to update the batch file so that the path doesn't have to be C:\test. Ideally as long as the files are located in the same folder as the ba...