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

Author Topic: Batch Programs Thread.  (Read 625876 times)

0 Members and 2 Guests are viewing this topic.

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: Batch Programs Thread.
« Reply #15 on: June 17, 2008, 07:51:51 AM »
sorry i meant on that Move game you made
Wah?  ???

macdad-

    Topic Starter


    Expert

    Thanked: 40
    Re: Batch Programs Thread.
    « Reply #16 on: June 17, 2008, 04:21:54 PM »
    it was a game Dev made a while back. Oh and everyone this thread is now sticky!  ;D

    Dev i downloaded Choice.exe into my system32 fldr and played Move yet i still cant get the X to move?  ???
    If you dont know DOS, you dont know Windows...

    Thats why Bill Gates created the Windows NT Family.

    devcom



      Apprentice

      Thanked: 37
      Re: Batch Programs Thread.
      « Reply #17 on: June 19, 2008, 04:10:03 AM »
      you used this link ?
      http://my.vector.co.jp/servlet/System.FileDownload/download/http/0/349380/pack/win95/util/bat/dkclonesup.zip
      and here is new ver

      [recovering disk space -- attachment deleted by admin]
      Download: Choice.exe

      Tan_Za



        Intermediate
      • Starcraft and C programming
        • Experience: Experienced
        • OS: Windows 7
        Re: Batch Programs Thread.
        « Reply #18 on: June 19, 2008, 05:58:24 AM »
        Hey devcom PM your email address to me so we can start that game that we had in mind

        I still think it is worth it.

        Regards,
        Tan_Za

        macdad-

          Topic Starter


          Expert

          Thanked: 40
          Re: Batch Programs Thread.
          « Reply #19 on: June 19, 2008, 06:15:01 AM »
          ok i installed the new version of choice yet i still cant move the X
          If you dont know DOS, you dont know Windows...

          Thats why Bill Gates created the Windows NT Family.

          devcom



            Apprentice

            Thanked: 37
            Re: Batch Programs Thread.
            « Reply #20 on: June 19, 2008, 08:41:23 AM »
            well i now know whats the problem. You have downloaded a Windows 98 version of choice, but you must have the new one. here is the link to choice from my vista os:
            http://www.speedyshare.com/866831882.html
            but if this even will dont work try to instal that old one and change all
            ex.
            Code: [Select]
            choice /C 12 >nulto
            Code: [Select]
            choice /C:12 >nul
            hope that helps
            Download: Choice.exe

            macdad-

              Topic Starter


              Expert

              Thanked: 40
              Re: Batch Programs Thread.
              « Reply #21 on: June 19, 2008, 04:18:01 PM »
              ok the choice software link you gave me before this one had a NT version of choice (My comp's os is Win 2k) so thats not the prob and i changed the choice part of the code to this

              Code: [Select]
              choice /C:daswnl /T 1 /D n >nul
              (this was the actual choice code in the game without the colon)

              yet it still is preventing me from moving the x.
              but so far thanks for the help.  :)
              If you dont know DOS, you dont know Windows...

              Thats why Bill Gates created the Windows NT Family.

              devcom



                Apprentice

                Thanked: 37
                Re: Batch Programs Thread.
                « Reply #22 on: June 20, 2008, 06:33:34 AM »
                Code: [Select]
                choice.com & choice.exe for Windows NT/2000/XP


                Waits for the user to choose one of a set of choices.
                If the user presses a key that is not among the keys you assigned,
                Choice sounds a warning beep.

                CHOICE [/C[:]choices] [/N] [/S] [/T[:]c,nn] [text]

                /C[:]choices Specifies allowable keys. Default is YN
                /N           Do not display choices and ? at end of prompt string.
                /S           Treat choice keys as case sensitive.
                /T[:]c,nn    Default choice to c after nn seconds
                text         Prompt string to display
                try this one
                Code: [Select]
                choice /C:daswnl /T:n,1 >nul
                Download: Choice.exe

                macdad-

                  Topic Starter


                  Expert

                  Thanked: 40
                  Re: Batch Programs Thread.
                  « Reply #23 on: June 20, 2008, 03:36:50 PM »
                  thanks dev it works now.  ;D
                  If you dont know DOS, you dont know Windows...

                  Thats why Bill Gates created the Windows NT Family.

                  Tan_Za



                    Intermediate
                  • Starcraft and C programming
                    • Experience: Experienced
                    • OS: Windows 7
                    Re: Batch Programs Thread.
                    « Reply #24 on: June 21, 2008, 03:31:36 AM »
                    Hey Dev post the game with the moving X, cause I don't know what you guys are talking about

                    Thanks,
                    Tan_Za

                    devcom



                      Apprentice

                      Thanked: 37
                      Re: Batch Programs Thread.
                      « Reply #25 on: June 21, 2008, 06:25:23 AM »
                      i have posted it in #17 post in this thread. i knw there are alot of bugs but ive stoped making this game coz i dont have ideas
                      Download: Choice.exe

                      Tan_Za



                        Intermediate
                      • Starcraft and C programming
                        • Experience: Experienced
                        • OS: Windows 7
                        Re: Batch Programs Thread.
                        « Reply #26 on: June 22, 2008, 03:37:08 AM »
                        For mine I can not even get past the login or create part of your game for some odd reason??

                        help would be good,
                        Tan_Za

                        devcom



                          Apprentice

                          Thanked: 37
                          Re: Batch Programs Thread.
                          « Reply #27 on: June 23, 2008, 07:45:32 AM »
                          Well we was talking 'bout this with macdad- but you can download that choice.exe in link that i've uploaded to speedyshare
                          Download: Choice.exe

                          macdad-

                            Topic Starter


                            Expert

                            Thanked: 40
                            Re: Batch Programs Thread.
                            « Reply #28 on: June 23, 2008, 03:45:42 PM »
                            dev your move game just sparked an idea, for a new DOS game. it'll be fun but it'll take a while, i'll be back in a few days with it. (you will be in the special thanks on the about menu, same for you Tanza)
                            If you dont know DOS, you dont know Windows...

                            Thats why Bill Gates created the Windows NT Family.

                            Tan_Za



                              Intermediate
                            • Starcraft and C programming
                              • Experience: Experienced
                              • OS: Windows 7
                              Re: Batch Programs Thread.
                              « Reply #29 on: June 24, 2008, 02:29:25 AM »
                              Ok ill try Devcom oh and thanks Macdad

                              Regards,
                              Tan_Za