Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 3li773

    mkdir

    um... I was thinking of having it like the user enters a name and the directory is that name sorry for being unclear thnx for your time
  2. 3li773

    mkdir

    ok I wanted to have my program make a directory with a name that was entered by the user all I know how to do is system("mkdir"); I also tried system.mkdir(user_input); please help thnx
  3. 3li773

    loops

    Thank you both vary much for the help
  4. 3li773

    loops

    hi im new to C++ and I used python before. now in python i could make a script like this print "hello" while True: cmd=raw_input(">") if cmd == "hello" do something else do something else now that code repeats the input part and i...
  5. 3li773

    thinger

    ok im new to python nad i wanted to load a spirit into a window but i have no idea how to make a window or laod the img thnx
  6. 3li773

    open count

    thanx alot ill try it when i get home
  7. 3li773

    open count

    ok say you want to count how many times a progrma got opened like this while True: cmd=raw_input(">") if cmd == "open": import os os.system("open_try.py") how could i count how many times that program got opened
  8. 3li773

    ms-dos

    thnx a bunch it works perfect mike
  9. 3li773

    ms-dos

    hey i was just wondering how good you make a directory using python i have done the import os os.system("md my_dir") but consider the following dirname=raw_input(">") import os os.system("md ______") how could i put the dirname variable in the black after md
  10. 3li773

    BIOS

    hey im looking for some info on bios can someone help me...
  11. 3li773

    goto

    ok but what if i had to do this print "where to go" print "store" print "house" place =raw_input(">") if place == "house": print "your at your house" goback = raw_input(">") if place == "store": print "what...
  12. 3li773

    game

    ok thanks alot ill give it a try
  13. 3li773

    so, is it

    ok im just woundering im going to make a pac man game is flash the way to go or should i use java or can i use javascript
  14. 3li773

    background

    hi im making a simple adventure game now were is a good tutorial on game making in javascript thanx
  15. 3li773

    game

    hey guys um im making a game like um adventure on addicinggames.com http://www.scottpehnke.com/programming/adventure.html without the console anyways i just wanted to know it looks like they made the background in paint and i was woundering how i could make the background in paint and apply...
  16. 3li773

    ok can someone tell me what is wron

    ok can someone tell me what is wrong with this script. i get syntax errors on line 7 and 14 on character 1 <LAYER name=&quot;ani1&quot; bgColor=&quot;yellow&quot;> O <SCRIPT LANGUAGE=&quot;JavaScript1.2&quot;> function move(x,y) { this.x = x; this.y = y; } export move; </SCRIPT> </LAYER>...
  17. 3li773

    ARRAYS

    ok say i want to do it so if they dont enter data that is in the array they get sent to a different page altogether how would that happen
  18. 3li773

    ARRAYS

    [b]MAN YOU ARE MY HERO[b] THANX A BUNGE
  19. 3li773

    ARRAYS

    ok i've just started to use javascript and i wanted to know if the user inputs something how can i check that to an array
  20. 3li773

    goto

    hi i've got a question about goto's i just started to use python and i've only used basic before this i know in basic you can reuse commands by useing branch labels like this [hi] print &quot;hello&quot; input &quot;>&quot;; h if h = 3 then goto [hi] if h <> 3 then goto [bye] [bye] print...

Part and Inventory Search

Back
Top