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 0 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

    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
                                  • F Florin Jurcovici

                                    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 Offline
                                    B Offline
                                    Brisingr Aerowing
                                    wrote on last edited by
                                    #22

                                    I tried setting tha up once. To sum up what happened: A figurative atomic explosion happened on my hard drive. Luckly I had a backup. And I was able to get a free replacement drive that had 300 GB space, up from my previous 90.2 GB with about half usable!

                                    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

                                      M Offline
                                      M Offline
                                      Member 4608898
                                      wrote on last edited by
                                      #23

                                      I don't use a lot of free tools - just the ones provided by MS. I like netsh. It is so simple since MS decided to bury its network settings in some unknown place. On XP, it was 4 clicks to get to the form to change the address. On vista and 7, it is 7! With netsh, it is a one liner and you don't have to figure out where they've hidden their network settings. Stick it into a runas and you don't even have to logout and login as an administrator to change it - brilliant. Another favourite is cacls for changing network permissions. With MS hidden tabs and menus, you know you've seen the option before but it is one of those where you can't figure out what to click on to get there. cacls just cuts out all that crap and does the sharing as required. Another really nice one is tree (been available since DOS 2.x, possibly even 1.x). Whenever I create a package, I use tree to display the directory structure and contents. Far better than anything explorer could ever do and you can pipe it to a log file too. The top paid-for item is devenv (MS Visual Studio from cmd line). With a few parameters like /clean and /build, it can be stuck into a batch file to build your system. Saves tons of time, especially when builds are required for VS 7, 8, 9 and 10 on 32 and 64 bit in both debug and release.

                                      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