10 lines
244 B
Batchfile
Executable File
10 lines
244 B
Batchfile
Executable File
@echo off
|
|
echo.
|
|
echo Wikifying build release email...
|
|
echo.
|
|
|
|
::set /P source=Enter name of file containing build release email text(.txt extension not required): %=%
|
|
|
|
|
|
@echo on
|
|
call C:\Python27\python.exe buildmail_to_wiki.py email.txt |