If you have Inkscape installed, you can simply convert any .svg file to Portable Network Graphic (PNG), PostScript (PS), Encapsulated PostScript (EPS), Portable Document Files (PDF), Enhanced Metafile Files (EMF-Windows only). To do this, create a button as «MS-DOS Batch function», sample text for converting to eps:
"C:\Program Files (x86)\Inkscape\inkscape.exe" --without-gui --file={filepath} --export-eps={filepath|noext}.eps"
Change "eps" to desired format. Now, if you select any .svg file and click new created button, you will get .eps file in the same folder.