File: Kiki.bat

package info (click to toggle)
kiki 0.5.6-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 216 kB
  • ctags: 64
  • sloc: python: 485; makefile: 43
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (10)
1
2
3
4
5
@ECHO OFF
@ECHO Use this file to start the program under Windows.
SET PATH
start pythonw -OO kiki.py
exit