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. Cygwin

Cygwin

Scheduled Pinned Locked Moved The Lounge
linuxcollaborationquestionannouncement
39 Posts 7 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.
  • L Lost User

    Ok, try to install it in a directory with a space somewhere in it then. Like "Program Files". That's supposed to work, right? Well it didn't. That it doesn't like paths with spaces in it internally in its own little world is fine. That's not what I'm talking about.

    V Offline
    V Offline
    vl2
    wrote on last edited by
    #27

    Why is it "supposed to work", to start with? Windows mindset is such an amusing, funny little thing!

    L J 2 Replies Last reply
    0
    • J jschell

      vl2 wrote:

      Just not the way windows-minded folk expects it to.

      That is similar to claiming that OSX works on Macs but because it doesn't work on a windows machine that the windows machine is broken. And presumably you would also claim that Linux is broken since it provides methods that allow spaces in paths as well.

      V Offline
      V Offline
      vl2
      wrote on last edited by
      #28

      You're free to use spaces in paths, of course. Just never expect any scripts with string escaping work with them. No matter what your OS is. Something is terribly broken in the heads of those who allows spaces in the paths - they're making it nearly impossible to deal with their infrastructure with any scripting environment. COMMAND.COM chokes on spaces too, by the way.

      J 1 Reply Last reply
      0
      • V vl2

        Why is it "supposed to work", to start with? Windows mindset is such an amusing, funny little thing!

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #29

        When in Rome .. well you know the saying. Having a limitation "installation directory may not contain spaces" is a bug. There are simply no excuses. Paths contains spaces on Windows. Almost always. That limitation essentially means it can't be installed at all, except in some places that are off-limits like "C:\". How would you like it if people "ported" things from windows to linux and kept all the windows-quirks?

        1 Reply Last reply
        0
        • V vl2

          You're free to use spaces in paths, of course. Just never expect any scripts with string escaping work with them. No matter what your OS is. Something is terribly broken in the heads of those who allows spaces in the paths - they're making it nearly impossible to deal with their infrastructure with any scripting environment. COMMAND.COM chokes on spaces too, by the way.

          J Offline
          J Offline
          jschell
          wrote on last edited by
          #30

          vl2 wrote:

          COMMAND.COM chokes on spaces too, by the way.

          Command.com? Perhaps you were referring to cmd.exe. I use spaces in paths in the batch scripts that I write for windows and nothing "chokes" so other than that I have no idea what you are referring to.

          vl2 wrote:

          they're making it nearly impossible to deal with their infrastructure with any scripting environment.

          Actually rather trivial in my experience. At least once one is aware of it and handles it properly. Much harder for example, in my experience, to track down different types of syntax for different script languages.

          V 1 Reply Last reply
          0
          • V vl2

            Why is it "supposed to work", to start with? Windows mindset is such an amusing, funny little thing!

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #31

            vl2 wrote:

            Why is it "supposed to work", to start with?

            You do in fact understand what OS Cygwin runs on right? You also understand that even when Cygwin was introduced the concept of dual booting already existed so if someone did in fact want to run Linux/unix then they had that option already. Thus the point of Cygwin is to add to the windows environment,not replace it - and you also understand that?

            V 1 Reply Last reply
            0
            • J jschell

              vl2 wrote:

              Why is it "supposed to work", to start with?

              You do in fact understand what OS Cygwin runs on right? You also understand that even when Cygwin was introduced the concept of dual booting already existed so if someone did in fact want to run Linux/unix then they had that option already. Thus the point of Cygwin is to add to the windows environment,not replace it - and you also understand that?

              V Offline
              V Offline
              vl2
              wrote on last edited by
              #32

              Point of Cygwin is to make Windows at least a little bit usable, because without the normal scripting tools it was just a shell for running Word (which is itself pretty useless too). Removing spaces from the "standard" paths is a tiny price for such a huge value.

              J 1 Reply Last reply
              0
              • J jschell

                vl2 wrote:

                COMMAND.COM chokes on spaces too, by the way.

                Command.com? Perhaps you were referring to cmd.exe. I use spaces in paths in the batch scripts that I write for windows and nothing "chokes" so other than that I have no idea what you are referring to.

                vl2 wrote:

                they're making it nearly impossible to deal with their infrastructure with any scripting environment.

                Actually rather trivial in my experience. At least once one is aware of it and handles it properly. Much harder for example, in my experience, to track down different types of syntax for different script languages.

                V Offline
                V Offline
                vl2
                wrote on last edited by
                #33

                Pass a path from one .bat script to another - I bet you'll be lost in escaping in no time.

                J 1 Reply Last reply
                0
                • V vl2

                  Pass a path from one .bat script to another - I bet you'll be lost in escaping in no time.

                  J Offline
                  J Offline
                  jschell
                  wrote on last edited by
                  #34

                  vl2 wrote:

                  Pass a path from one .bat script to anothe

                  I bet I would be lost in complexity in no time so paths have nothing to do with it. Script languages for OS shells are quick convenience only. For complex solutions I write applications in real languages.

                  V 1 Reply Last reply
                  0
                  • V vl2

                    Point of Cygwin is to make Windows at least a little bit usable, because without the normal scripting tools it was just a shell for running Word (which is itself pretty useless too). Removing spaces from the "standard" paths is a tiny price for such a huge value.

                    J Offline
                    J Offline
                    jschell
                    wrote on last edited by
                    #35

                    vl2 wrote:

                    Point of Cygwin is to make Windows at least a little bit usable

                    Nonsense.

                    vl2 wrote:

                    because without the normal scripting tools it was just a shell for running Word

                    Not sure what you are referring to but I was running scripts in windows before cygwin existed.

                    V 1 Reply Last reply
                    0
                    • J jschell

                      vl2 wrote:

                      Pass a path from one .bat script to anothe

                      I bet I would be lost in complexity in no time so paths have nothing to do with it. Script languages for OS shells are quick convenience only. For complex solutions I write applications in real languages.

                      V Offline
                      V Offline
                      vl2
                      wrote on last edited by
                      #36

                      Funny, how windows-minded people are struggling to comprehend such a simple thing as Unix Way. That's why automation is something nearly unheard of in the windows world.

                      J 1 Reply Last reply
                      0
                      • J jschell

                        vl2 wrote:

                        Point of Cygwin is to make Windows at least a little bit usable

                        Nonsense.

                        vl2 wrote:

                        because without the normal scripting tools it was just a shell for running Word

                        Not sure what you are referring to but I was running scripts in windows before cygwin existed.

                        V Offline
                        V Offline
                        vl2
                        wrote on last edited by
                        #37

                        You just confessed that you do not understand scripting at all. How were you "running scripts" then?

                        J 1 Reply Last reply
                        0
                        • V vl2

                          Funny, how windows-minded people are struggling to comprehend such a simple thing as Unix Way. That's why automation is something nearly unheard of in the windows world.

                          J Offline
                          J Offline
                          jschell
                          wrote on last edited by
                          #38

                          vl2 wrote:

                          Funny, how windows-minded people are struggling to comprehend such a simple thing as Unix Way

                          There is no struggle for me given that I use both OSes and have delivered products intended to be run on both, sometimes the same product. But given that I do in fact deliver products and must deal with support issues I understand that the target is not my own preconceived biases but rather what the target OSes use and what customers expect.

                          vl2 wrote:

                          That's why automation is something nearly unheard of in the windows world.

                          Maybe in your world.

                          1 Reply Last reply
                          0
                          • V vl2

                            You just confessed that you do not understand scripting at all. How were you "running scripts" then?

                            J Offline
                            J Offline
                            jschell
                            wrote on last edited by
                            #39

                            vl2 wrote:

                            You just confessed that you do not understand scripting at all

                            The fact that you can't read doesn't mean that your fantasy life is now reality.

                            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