Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Getting Started  (Read 7396 times)

0 Members and 1 Guest are viewing this topic.

ghostdog74



    Specialist

    Thanked: 27
    Re: Getting Started
    « Reply #15 on: September 06, 2007, 05:31:41 PM »
    i have python but now will any of the ms-dos commands not work? do i have to start again? what are the commands for python?  i got 2.51
    If you really want to learn some programming in your free time, read and practice this tutorial from here. And yes, you can run Python scripts from the command line , like :
    Code: [Select]
    c:\> python <myscript>
    if you are stuck, post your qns in the programming forum. I be glad to help.

    ghostdog74



      Specialist

      Thanked: 27
      Re: Getting Started
      « Reply #16 on: September 06, 2007, 05:37:58 PM »
      ok ty for everything i'll try do both at once i dont see why not anyways whats the code for adding something to a disk, i serache for the file, did the copy command for it like this : copy Rain.wma e: and it didnt work...says it cannot find the file even tho i did dir *.wma /s first and it came up with it in a list...

      check the meaning of the /s switch in dir command. it says display files in current and subdirectories. make sure Rain.wma is in where you are at the command prompt now. or else you will have to give the full path of where Rain.wma is (from your current prompt). if not, just cd to where Rain.wma is.