You are not logged in.

#1 31 Oct 2015 20:13

cksonja
New Member
Registered: 31 Oct 2015
Posts: 3

How to allow cmd to continue running after it has finished running a b

Looking for the answer to this question.I have a .bat file which changes cmd's colour scheme and it's starting directory and need to know if there is a command that will allow me to continue running cmd after this has finished

Offline

#2 01 Nov 2015 20:25

bluesxman
Member
From: UK
Registered: 29 Dec 2006
Posts: 1,129

Re: How to allow cmd to continue running after it has finished running a b

Just run cmd...

@echo off

color e0

cd /d %temp%

cmd

cmd | *sh | ruby | chef

Offline

#3 08 Nov 2015 13:02

cksonja
New Member
Registered: 31 Oct 2015
Posts: 3

Re: How to allow cmd to continue running after it has finished running a b

Thanks, I must seem stupid but I'm a new user of cmd

Offline

#4 09 Nov 2015 09:16

bluesxman
Member
From: UK
Registered: 29 Dec 2006
Posts: 1,129

Re: How to allow cmd to continue running after it has finished running a b

No worries.


cmd | *sh | ruby | chef

Offline

#5 21 Jun 2016 12:32

cksonja
New Member
Registered: 31 Oct 2015
Posts: 3

Re: How to allow cmd to continue running after it has finished running a b

Here's what I eventually did:

@echo off
color 0a
cls
cd /d "E:\Users\User\Desktop"
dir
cmd

Offline

Board footer

Powered by