Differences between revisions 43 and 72 (spanning 29 versions)
Revision 43 as of 2008-12-18 15:22:48
Size: 611
Editor: kevinnewman
Comment:
Revision 72 as of 2014-08-04 13:38:29
Size: 649
Editor: APurves
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
# cmd.py
# ^^^^^^
# Mimics the windows command line. Good if the system admin has locked it off.
# Made for Windows XP
Let me inroduce myself, my name is Rose Daigre.<<BR>>
I am currently a travel named agent. test booster To drive is the thing he's been doing the population. Nebraska is where home is on the other hand he is considering additional. See what's new on her [[http://www.reddit.com/r/howto/search?q=behalf+website|behalf website]] here: http://althealth.ru/ActivityFeed/MyProfile/tabid/60/userId/84638/Default.aspx<<BR>>
<<BR>>
Line 6: Line 5:
import os
Line 8: Line 6:
command = ""
wd = os.getcwd()
print "Shell Window Replacement by fatalGlory"
print "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
print ""
while command != "exit":
    command = raw_input("" + wd + ">")
    if command.split(" ")[0] == "cd":
        try:
            os.chdir(command.split(" ")[1])
            wd = os.getcwd()
        except:
            print "Bad command or file name."
    else:
        cmd2 = os.popen(command)
        print cmd2.read()
http://media4.picsearch.com/is?T32oAIYPgZbVYWlNIYqB3AsHb1gXd1RP3KetOGFb-zU&height=219Review my web page: [[http://althealth.ru/ActivityFeed/MyProfile/tabid/60/userId/84638/Default.aspx|testosterone muscle building]]

Let me inroduce myself, my name is Rose Daigre.
I am currently a travel named agent. test booster To drive is the thing he's been doing the population. Nebraska is where home is on the other hand he is considering additional. See what's new on her behalf website here: http://althealth.ru/ActivityFeed/MyProfile/tabid/60/userId/84638/Default.aspx<<BR>>

http://media4.picsearch.com/is?T32oAIYPgZbVYWlNIYqB3AsHb1gXd1RP3KetOGFb-zU&height=219Review my web page: testosterone muscle building

FrontPage (last edited 2020-10-27 22:20:58 by albertosottile)