Hi,
On daily basis text files are generated in c:\deposits\reports\09122013\section\*.txt
The batch file merge this files and creates a master file, but my problem is that i have copy that batch file inside the folder to execute it. I cannot define the constant path because on daily basis the path changes due to date. c:\...\...\todays date\...\
How do i define that?
Browse to sub folder
Moderator: DosItHelp
Re: Browse to sub folder
You can put the batch file in c:\windows\system32 and it will be on the PATH
so you can open a cmd prompt in the folder and type in myfile or whatever you called it.
so you can open a cmd prompt in the folder and type in myfile or whatever you called it.
Re: Browse to sub folder
Thanks for the reply, that's a perfect way. Thankyou.