Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Command Line Tools

Command Line Tools

Scheduled Pinned Locked Moved The Lounge
csharpdesigngame-devtoolsxml
23 Posts 15 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Brisingr Aerowing

    What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

    P Offline
    P Offline
    PIEBALDconsult
    wrote on last edited by
    #2

    csc , gacutil , resgen , sn , windiff , disco svcutil , msbuild , sqlmetal , ildasm , xsd :-D And other things I write. P.S. sqlcmd , sqlplus , mysql

    B B 2 Replies Last reply
    0
    • P PIEBALDconsult

      csc , gacutil , resgen , sn , windiff , disco svcutil , msbuild , sqlmetal , ildasm , xsd :-D And other things I write. P.S. sqlcmd , sqlplus , mysql

      B Offline
      B Offline
      Brisingr Aerowing
      wrote on last edited by
      #3

      :laugh: Those are useful! I wish ratings would be brought back online soon, as I would give you a 5!

      I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

      1 Reply Last reply
      0
      • B Brisingr Aerowing

        What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

        I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

        R Offline
        R Offline
        Ron Anders
        wrote on last edited by
        #4

        xxcopy.exe

        1 Reply Last reply
        0
        • B Brisingr Aerowing

          What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

          I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

          R Offline
          R Offline
          Ron Anders
          wrote on last edited by
          #5

          xxcopy.exe We use it alot at the shop for it's ability to keep on truckin regardless of access errors or crc errors. Unlike windows dragon drop that craps out at the first sign of trouble.

          J 1 Reply Last reply
          0
          • B Brisingr Aerowing

            What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

            I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

            L Offline
            L Offline
            lewax00
            wrote on last edited by
            #6

            I play around in the Python command line interface a lot when I'm trying to work out a problem and I want something more simple than "write, compile, run, modify, compile, ...". Otherwise, the only command line tool I use a lot on Windows is Git. I've never been much of a fan of the Windows command line, something about it just feels awkward compared to Linux's (specifically bash, I haven't played much with other ones).

            1 Reply Last reply
            0
            • P PIEBALDconsult

              csc , gacutil , resgen , sn , windiff , disco svcutil , msbuild , sqlmetal , ildasm , xsd :-D And other things I write. P.S. sqlcmd , sqlplus , mysql

              B Offline
              B Offline
              Brady Kelly
              wrote on last edited by
              #7

              Wow, I've only used two of those, directly.

              1 Reply Last reply
              0
              • B Brisingr Aerowing

                What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

                I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                G Offline
                G Offline
                Gary R Wheeler
                wrote on last edited by
                #8

                robocopy is part of the Windows 2003 Server Resource Kit[^]. It's the Swiss Army knife of Windows copying tools.

                Software Zen: delete this;

                J 1 Reply Last reply
                0
                • R Ron Anders

                  xxcopy.exe We use it alot at the shop for it's ability to keep on truckin regardless of access errors or crc errors. Unlike windows dragon drop that craps out at the first sign of trouble.

                  J Offline
                  J Offline
                  Jan Steyn
                  wrote on last edited by
                  #9

                  We use robocopy. It can restart where it got interrupted and can also delete files that were deleted from the source. Nifty to keep two directories in sync.

                  J 1 Reply Last reply
                  0
                  • G Gary R Wheeler

                    robocopy is part of the Windows 2003 Server Resource Kit[^]. It's the Swiss Army knife of Windows copying tools.

                    Software Zen: delete this;

                    J Offline
                    J Offline
                    Jan Steyn
                    wrote on last edited by
                    #10

                    Darn, I did a repost... :doh:

                    1 Reply Last reply
                    0
                    • B Brisingr Aerowing

                      What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

                      I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                      R Offline
                      R Offline
                      RugbyLeague
                      wrote on last edited by
                      #11

                      I don't use any

                      M 1 Reply Last reply
                      0
                      • B Brisingr Aerowing

                        What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

                        I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                        L Offline
                        L Offline
                        lemur
                        wrote on last edited by
                        #12

                        - python in general - the UnxUtils package which gives you all of the main unix command-line tools ported to windows - I always use the command line versions of source-management that I use or my clients use - svn, mercurial, git so that you can script with them - the InfoZip zip tools, though to be honest, I tend to use the 7-zip exe more nowadays - sysinternals ps tools for remote management - the ImageMagic toolset for image manipulation (especially mogrify and convert) - wget and curl I'd better stop before I just list everything :-) Kev

                        B 1 Reply Last reply
                        0
                        • B Brisingr Aerowing

                          What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

                          I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                          T Offline
                          T Offline
                          Thornik
                          wrote on last edited by
                          #13

                          MSBuild, telnet, ping. Thanks Windows, most of actions I can do in GUI utils with two clicks.

                          1 Reply Last reply
                          0
                          • J Jan Steyn

                            We use robocopy. It can restart where it got interrupted and can also delete files that were deleted from the source. Nifty to keep two directories in sync.

                            J Offline
                            J Offline
                            J C Morris
                            wrote on last edited by
                            #14

                            Agreed about robocopy, but especially the version that ships with Windows 7 (or Vista if you must). Earlier versions don't understand daylight saving time. (see the /DST option) Other tools for me include REG, WMIC, kedit (the port of the mainframe editor xedit, not the linux-based tool) and (do'h!) the suite of commands built into CMD.EXE. Ditto for PowerShell, but see the comment below. And, of course, the Sysinternals suite from Mark Russinovich. I occasionally get a bit of ribbing for continuing to write .CMD scripts but (perhaps influenced by having started my IT career with character-mode interfaces - on punched cards, 50 years ago) my position is that the command line is simple, well-understood, and stable; if I need to do something that can be done via a .CMD script that's what I use; if it can't but still needs to be scripted I use PowerShell, or just write a new command-line tool.

                            1 Reply Last reply
                            0
                            • R RugbyLeague

                              I don't use any

                              M Offline
                              M Offline
                              Mark_Wallace
                              wrote on last edited by
                              #15

                              Why not? They're really easy to use. Just create shortcuts to them on your desktop, and you're away.

                              I wanna be a eunuchs developer! Pass me a bread knife!

                              R 1 Reply Last reply
                              0
                              • M Mark_Wallace

                                Why not? They're really easy to use. Just create shortcuts to them on your desktop, and you're away.

                                I wanna be a eunuchs developer! Pass me a bread knife!

                                R Offline
                                R Offline
                                RugbyLeague
                                wrote on last edited by
                                #16

                                I don't have any I particularly want to use.

                                M 1 Reply Last reply
                                0
                                • R RugbyLeague

                                  I don't have any I particularly want to use.

                                  M Offline
                                  M Offline
                                  Mark_Wallace
                                  wrote on last edited by
                                  #17

                                  What was that whooshing noise?

                                  I wanna be a eunuchs developer! Pass me a bread knife!

                                  R 1 Reply Last reply
                                  0
                                  • M Mark_Wallace

                                    What was that whooshing noise?

                                    I wanna be a eunuchs developer! Pass me a bread knife!

                                    R Offline
                                    R Offline
                                    RugbyLeague
                                    wrote on last edited by
                                    #18

                                    you guys :-O

                                    1 Reply Last reply
                                    0
                                    • B Brisingr Aerowing

                                      What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

                                      I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                                      R Offline
                                      R Offline
                                      RafagaX
                                      wrote on last edited by
                                      #19

                                      I'm not very fond of command line tools, but mostly i use iisreset, [whatever]copy and, once in a blue moon, aspnet_regiis.

                                      CEO at: - Rafaga Systems - Para Facturas - Modern Components for the moment...

                                      1 Reply Last reply
                                      0
                                      • B Brisingr Aerowing

                                        What are your favorite (and free) [Windows] command line tools? I am working on game design and want to have a command line toolkit for it, but I also want the toolkit to be usable for other things as well. I already have the 7-Zip command line version, some tools for exporting Ogre3D .mesh files, and a converter that takes files from Wings3D and converts them to .mesh.xml for Ogre3D. I am actually using Axiom3D, which is a C# port of Ogre, so it uses the same file formats. So, what do you guys like? EDIT: I just added XMLStarlet[^] to this list. Nicely built utilities there.

                                        I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                                        F Offline
                                        F Offline
                                        Florin Jurcovici
                                        wrote on last edited by
                                        #20

                                        I'm surprised nobody mentioned cygwin. It gives you a full build tools chain, python, perl, a powerful shell scripting facility and, if you run your CI on Linux, makes it easier to set up your project so you can run mostly the same stuff on the CI system and on your workstation. Besides, it's equally useful for all types of project - C#, Java, VB.Net, Javascript, Python, you name it. However, I must say, the last time I used Windows for development professionally was almost two years back,and at that time I had migrated everything at home to Linux alreay for more than two years.

                                        B 1 Reply Last reply
                                        0
                                        • L lemur

                                          - python in general - the UnxUtils package which gives you all of the main unix command-line tools ported to windows - I always use the command line versions of source-management that I use or my clients use - svn, mercurial, git so that you can script with them - the InfoZip zip tools, though to be honest, I tend to use the 7-zip exe more nowadays - sysinternals ps tools for remote management - the ImageMagic toolset for image manipulation (especially mogrify and convert) - wget and curl I'd better stop before I just list everything :-) Kev

                                          B Offline
                                          B Offline
                                          Brisingr Aerowing
                                          wrote on last edited by
                                          #21

                                          Keep listing! Or would the number of tools you use cause an oberflow exception?

                                          I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups