@echo off rem Put the path of the blender folder and cd to the obj file folder set PATH=D:\blender-2.78a-windows64 set FILENAME=Cliffs_Beach.blend set TARGET=Cliffs_Beach.obj blender %FILENAME% --background --python blend_to_obj.py -- %TARGET%