Como abro um prompt de comando “personalizado” no Windows?

5

Eu tenho um pendrive com subversão, python, php e notepad ++ junto com vários dos meus projetos em andamento. Eu faço isso para poder retomar o trabalho em qualquer PC com conexão à Internet. Atualmente eu tenho um arquivo .bat que configura os caminhos necessários, bem como definir o diretório atual para minha pasta de projetos. Eu corro este arquivo .bat abrindo um prompt de comenda e arrastando e soltando-o.

Aqui está o que eu prefiro: Abrir o arquivo .bat abriria o prompt de comando configurado e permaneceria aberto.

Como alternativa, minha unidade flash pode conter um atalho para c: /Windows/System32/cmd.exe com o arquivo bat como um argumento (se isso for possível)

De qualquer forma, isso poderia ser útil e economizar tempo

    
por Hubro 30.04.2011 / 20:20

3 respostas

4

Finalize o arquivo .bat com:

cmd

ou

%COMSPEC%
    
por 30.04.2011 / 20:36
1

Prompt de Comando Portátil de Aplicativos Portáteis a> pode ser o que você está procurando.

Features

Command Prompt Portable is a simple utility that allows you to have a custom command line setup on any Windows computer you come across. It has built in support for the command line interpreters on both Windows 95/98/Me and Windows 2000/XP/Vista as well as the ability to customize using simple DOS commands by editing the .bat file within CommandPromptPortable\Data\batch after you've run it once. You can customize the prompt, colors, window title, columns and more. A basic batch file is included with some simple settings.

You can also pass in paths you'd like the command prompt to start in by starting CommandPromptPortable.exe with a command line parameter of the path (Windows 2000 and up only). Advanced users can enable auto-complete by following the directions within the Other\Source\readme.txt file.

Helpful Tip: Launch a command prompt with your own portable command line tools in the path by adding SET PATH=%~d0\UtilsDirectory;%PATH% to the batch file and placing your tools in X:\UtilsDirectory

    
por 27.04.2012 / 16:26
0

Abra o bloco de notas e digite:

command.com

Em seguida, salve-o como anything.bat . Abra e use cmd .

    
por 27.04.2012 / 16:09