I\'m using a batch file in folder1/folder2/file.bat
folder1/folder2/file.bat
There is a batch file in parent folder folder1, that I want to open through file.
folder1
file.
..\ is used to go one level up. your case requires two levels up Try:
..\
start ..\..\code.bat