pscp is not recognized as an internal or external command error












4















I have a batch file with a query like pscp .... written in it. When i try to run that file an error pops up saying pscp is not recognized as an internal or external command, operable program or a batch file. On my computer, putty.exe is located at C:Putty. I've this path to the environmental variables and still facing the same error.



Need some help. Thanks in advance










share|improve this question





























    4















    I have a batch file with a query like pscp .... written in it. When i try to run that file an error pops up saying pscp is not recognized as an internal or external command, operable program or a batch file. On my computer, putty.exe is located at C:Putty. I've this path to the environmental variables and still facing the same error.



    Need some help. Thanks in advance










    share|improve this question



























      4












      4








      4


      2






      I have a batch file with a query like pscp .... written in it. When i try to run that file an error pops up saying pscp is not recognized as an internal or external command, operable program or a batch file. On my computer, putty.exe is located at C:Putty. I've this path to the environmental variables and still facing the same error.



      Need some help. Thanks in advance










      share|improve this question
















      I have a batch file with a query like pscp .... written in it. When i try to run that file an error pops up saying pscp is not recognized as an internal or external command, operable program or a batch file. On my computer, putty.exe is located at C:Putty. I've this path to the environmental variables and still facing the same error.



      Need some help. Thanks in advance







      command-line batch putty






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 20 '13 at 21:33









      MattDMo

      4,8081628




      4,8081628










      asked Mar 20 '13 at 21:03









      AnilAnil

      136223




      136223






















          3 Answers
          3






          active

          oldest

          votes


















          3














          You can put the files in c:putty but make sure that the location is in your path. Otherwise you will still have the same problem.




          1. Right click on my computer

          2. Click on properties

          3. In the system properties window click on the advanced tab

          4. In the advanced section click the environment variables button.

          5. Highlight path and add what you need to your path variable.


          Screen shot of where path can be altered. Credit to the original file owner.






          share|improve this answer































            1














            pscp is the PuTTY Secure Copy program for Windows, analogous to scp on UNIX-type systems. It allows you to securely copy files using the SSH protocol.



            Download the file from the link above, put it in your C:Putty directory, and you should be good to go.






            share|improve this answer































              0














              You should download all the file associated with putty not only "putty.exe" from the below link:
              A .ZIP file containing all the binaries (except PuTTYtel), and also the help files






              share|improve this answer























                Your Answer








                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "3"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f569085%2fpscp-is-not-recognized-as-an-internal-or-external-command-error%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                3














                You can put the files in c:putty but make sure that the location is in your path. Otherwise you will still have the same problem.




                1. Right click on my computer

                2. Click on properties

                3. In the system properties window click on the advanced tab

                4. In the advanced section click the environment variables button.

                5. Highlight path and add what you need to your path variable.


                Screen shot of where path can be altered. Credit to the original file owner.






                share|improve this answer




























                  3














                  You can put the files in c:putty but make sure that the location is in your path. Otherwise you will still have the same problem.




                  1. Right click on my computer

                  2. Click on properties

                  3. In the system properties window click on the advanced tab

                  4. In the advanced section click the environment variables button.

                  5. Highlight path and add what you need to your path variable.


                  Screen shot of where path can be altered. Credit to the original file owner.






                  share|improve this answer


























                    3












                    3








                    3







                    You can put the files in c:putty but make sure that the location is in your path. Otherwise you will still have the same problem.




                    1. Right click on my computer

                    2. Click on properties

                    3. In the system properties window click on the advanced tab

                    4. In the advanced section click the environment variables button.

                    5. Highlight path and add what you need to your path variable.


                    Screen shot of where path can be altered. Credit to the original file owner.






                    share|improve this answer













                    You can put the files in c:putty but make sure that the location is in your path. Otherwise you will still have the same problem.




                    1. Right click on my computer

                    2. Click on properties

                    3. In the system properties window click on the advanced tab

                    4. In the advanced section click the environment variables button.

                    5. Highlight path and add what you need to your path variable.


                    Screen shot of where path can be altered. Credit to the original file owner.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Apr 14 '13 at 16:57









                    Grim76Grim76

                    1062




                    1062

























                        1














                        pscp is the PuTTY Secure Copy program for Windows, analogous to scp on UNIX-type systems. It allows you to securely copy files using the SSH protocol.



                        Download the file from the link above, put it in your C:Putty directory, and you should be good to go.






                        share|improve this answer




























                          1














                          pscp is the PuTTY Secure Copy program for Windows, analogous to scp on UNIX-type systems. It allows you to securely copy files using the SSH protocol.



                          Download the file from the link above, put it in your C:Putty directory, and you should be good to go.






                          share|improve this answer


























                            1












                            1








                            1







                            pscp is the PuTTY Secure Copy program for Windows, analogous to scp on UNIX-type systems. It allows you to securely copy files using the SSH protocol.



                            Download the file from the link above, put it in your C:Putty directory, and you should be good to go.






                            share|improve this answer













                            pscp is the PuTTY Secure Copy program for Windows, analogous to scp on UNIX-type systems. It allows you to securely copy files using the SSH protocol.



                            Download the file from the link above, put it in your C:Putty directory, and you should be good to go.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Mar 20 '13 at 21:09









                            MattDMoMattDMo

                            4,8081628




                            4,8081628























                                0














                                You should download all the file associated with putty not only "putty.exe" from the below link:
                                A .ZIP file containing all the binaries (except PuTTYtel), and also the help files






                                share|improve this answer




























                                  0














                                  You should download all the file associated with putty not only "putty.exe" from the below link:
                                  A .ZIP file containing all the binaries (except PuTTYtel), and also the help files






                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    You should download all the file associated with putty not only "putty.exe" from the below link:
                                    A .ZIP file containing all the binaries (except PuTTYtel), and also the help files






                                    share|improve this answer













                                    You should download all the file associated with putty not only "putty.exe" from the below link:
                                    A .ZIP file containing all the binaries (except PuTTYtel), and also the help files







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Mar 14 '15 at 6:39









                                    harsiniharsini

                                    1




                                    1






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Super User!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f569085%2fpscp-is-not-recognized-as-an-internal-or-external-command-error%23new-answer', 'question_page');
                                        }
                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                                        Mangá

                                         ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕