Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to find application path from batch file at the run time  (Read 2880 times)

0 Members and 1 Guest are viewing this topic.

pradeep c

  • Guest
How to find application path from batch file at the run time
« on: August 14, 2007, 03:13:20 AM »
In one of the scenarion, I am launching the batch file, from c:\, inturn i am launcing other batch file which is in other location (d:\xyz), so in the second batch file I want to get the current path as (d:\xyz), but it is considering as c:\. Is there any way to get its current path. Please suggest me any workaround.  ???