Search found 1 match

by akberali67
25 Dec 2011 12:52
Forum: DOS Batch Forum
Topic: How do I make any executable dos code auto-detect a path?
Replies: 1
Views: 2303

How do I make any executable dos code auto-detect a path?

I am writing a code to copy a few files for backup which is sort of everyday work for which I use CD using DOS to set the directory. How do I create a DOS command line to auto detect the path were I have placed it (the location of code) rather than it automatically getting set to C:\Users\ME. Sort o...