Forum: Python Sep 15th, 2006 |
| Replies: 12 Views: 1,907 oh ......i see (i was thinking about something else...sory) |
Forum: Python Sep 15th, 2006 |
| Replies: 12 Views: 1,907 yes but how to add that function to this part |
Forum: Python Sep 15th, 2006 |
| Replies: 12 Views: 1,907 many thanks
how to add enter function in this script? |
Forum: Python Sep 14th, 2006 |
| Replies: 12 Views: 1,907 thanks anyway how to get exit like that
echo -n "are you sure you want to exit program? (y/n) >"
read response
if test $response = y ; then
echo "exiting... |
Forum: Python Sep 9th, 2006 |
| Replies: 12 Views: 1,907 jan@jan-desktop:~/bin$ python menu.py
PROGRAM MENU
1 - open xmms
2 - open emacs
3 - open gparted
4 - open gedit
5 - open firefox
6 - open gaim
7 - open kopete |
Forum: Python Sep 1st, 2006 |
| Replies: 12 Views: 1,907 |
Forum: Python Sep 1st, 2006 |
| Replies: 12 Views: 1,907 im realy new on python(started today) and i want to know how to write this script in python
#!/bin/bash
function press_enter
{
echo ""
echo -n "Press Enter to continue"
read
... |