source: pyraw2fits/pyraw2fits.bat @ 26

Last change on this file since 26 was 26, checked in by meynadie, 16 years ago
File size: 223 bytes
Line 
1@echo off
2
3rem Windows a besoin d'un fichier batch pour faire tourner pyraw2fits "automatiquement"
4set MY_PYTHON_ROOT=C:\Python25
5
6@echo on
7
8"%MY_PYTHON_ROOT%\python.exe" c:\forge-svn\pyraw2fits\pyraw2fits.py -n "%1"
Note: See TracBrowser for help on using the repository browser.