i have a batch file that will execute files in the current directory.. my question is that . if i execute the batch file in one system it ll execute files in the current directory with out specifying complete path but same is not working in aother system. i have copied batch file aswell as required files in the same directory... can u tel me the reason why its differs in other syste. if i give complete path it works if not it will gives error. coulde not able to find file.
in batch file if i mention c:\xyz\abc.zip it works fine. but if i place batch file and abc.zip in same directory and if i mention just abc.zip it doesnot work.