How do I open a "custom" command prompt in Windows?

Hubro

I have a flash drive with subversion, python, php and notepad++ on it along with several of my ongoing projects. I do this to be able to resume work on any PC with an internet connection. Currently I have a .bat file that sets up the necessary paths as well as setting the current directory to my projects folder. I run this .bat file by opening a commend prompt and drag&dropping it in.

Here is what I'd prefer: Opening the .bat file would open the configured command prompt and stay open.

Alternatively my flash drive could contain a shortcut to c:/Windows/System32/cmd.exe with the bat file as an argument (if that is possible)

Any way this could be done would be helpful and timesaving

user1686

End the .bat file with:

cmd

or

%COMSPEC%

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I open a program via the command prompt in Windows 8?

From Dev

How do I open the windows command prompt to the current directory of the active file in VIM?

From Dev

How do you open the command prompt in Windows 7 with a shortcut key?

From Dev

How do I sort a list of file names in the Windows command prompt?

From Dev

How do I use the Consolas font in the Windows XP command prompt?

From Dev

How do I change the color palette of Windows command prompt?

From Dev

How do I hide the path in command line prompt on Windows?

From Dev

How do I use the windows command prompt to copy a file

From Dev

How do I copy data from Command Prompt in Windows 7?

From Dev

How do I move the Windows Command Prompt cursor with the mouse?

From Dev

Windows Command Prompt: How do I increase my buffer?

From Dev

How do I sort a list of file names in the Windows command prompt?

From Dev

How do I change "Open with Powershell" to "Open with Command Prompt" when shift-rightclicking in Explorer?

From Dev

I managed to get the command prompt to open, now how do I get it to write lines?

From Dev

How do I add a default Run As Administrator when I open a sln file from the command prompt or Windows 7/8 Jump List menu?

From Dev

How can I open command line prompt from Sublime in windows7

From Dev

How I open Vim/Command Prompt maximized from Windows Run (Win + R)?

From Dev

How do I increase command line argument size or limit in windows command prompt

From Dev

How do I show the return code of the previous command in the Windows command line prompt?

From Dev

How do I open up Command Prompt and run a CasperJS script via C#?

From Dev

How do I select what command prompt uses to open a python file?

From Dev

How to open Command Prompt from Command Prompt

From Dev

How do I change the contents of the command prompt?

From Dev

How do I create a multiline text file with Echo in Windows command prompt?

From Dev

How do I delete a Windows 8 recovery partition that won't delete through command prompt

From Dev

How do I get all of the VersionInfo strings from a .exe file from the Windows command prompt

From Dev

How do I get the current directory name in a windows command prompt inside of FOR loop?

From Dev

How can I open a command prompt in current folder with a keyboard shortcut?

From Dev

Open Windows SDK command prompt in Windows 10

Related Related

  1. 1

    How do I open a program via the command prompt in Windows 8?

  2. 2

    How do I open the windows command prompt to the current directory of the active file in VIM?

  3. 3

    How do you open the command prompt in Windows 7 with a shortcut key?

  4. 4

    How do I sort a list of file names in the Windows command prompt?

  5. 5

    How do I use the Consolas font in the Windows XP command prompt?

  6. 6

    How do I change the color palette of Windows command prompt?

  7. 7

    How do I hide the path in command line prompt on Windows?

  8. 8

    How do I use the windows command prompt to copy a file

  9. 9

    How do I copy data from Command Prompt in Windows 7?

  10. 10

    How do I move the Windows Command Prompt cursor with the mouse?

  11. 11

    Windows Command Prompt: How do I increase my buffer?

  12. 12

    How do I sort a list of file names in the Windows command prompt?

  13. 13

    How do I change "Open with Powershell" to "Open with Command Prompt" when shift-rightclicking in Explorer?

  14. 14

    I managed to get the command prompt to open, now how do I get it to write lines?

  15. 15

    How do I add a default Run As Administrator when I open a sln file from the command prompt or Windows 7/8 Jump List menu?

  16. 16

    How can I open command line prompt from Sublime in windows7

  17. 17

    How I open Vim/Command Prompt maximized from Windows Run (Win + R)?

  18. 18

    How do I increase command line argument size or limit in windows command prompt

  19. 19

    How do I show the return code of the previous command in the Windows command line prompt?

  20. 20

    How do I open up Command Prompt and run a CasperJS script via C#?

  21. 21

    How do I select what command prompt uses to open a python file?

  22. 22

    How to open Command Prompt from Command Prompt

  23. 23

    How do I change the contents of the command prompt?

  24. 24

    How do I create a multiline text file with Echo in Windows command prompt?

  25. 25

    How do I delete a Windows 8 recovery partition that won't delete through command prompt

  26. 26

    How do I get all of the VersionInfo strings from a .exe file from the Windows command prompt

  27. 27

    How do I get the current directory name in a windows command prompt inside of FOR loop?

  28. 28

    How can I open a command prompt in current folder with a keyboard shortcut?

  29. 29

    Open Windows SDK command prompt in Windows 10

HotTag

Archive