cd .
copy f:\sort\crab0koef.dat .
copy f:\sort\pas2fits.exe .
copy f:\sort\pas2fits.exe.ini .
mkdir oldfits
move *.fits oldfits
for %%c in (*sun*.dat) do (
pas2fits -f=%%c
)
move *.fits e:\data\2005\09\11\
for %%c in (*gsh*.dat) do (
pas2fits -f=%%c
)
del crab0koef.dat
del pas2fits.exe
del pas2fits.exe.ini
move *.fits e:\calib\2005\
