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 wOOdy-Soft 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: *

  • Users: 3li773
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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
  4. 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
  5. 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
  6. 3li773

    BIOS

    hey im looking for some info on bios can someone help me...
  7. 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
  8. 3li773

    background

    hi im making a simple adventure game now were is a good tutorial on game making in javascript thanx
  9. 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...
  10. 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>...
  11. 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
  12. 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