Discuss Scratch

The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

Works too.

what does “where cd” print?
Error message.
ScratchCatHELLO
Scratcher
1000+ posts

Cd doesn't work?

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

Works too.

what does “where cd” print?
Error message.

what is the error message?
The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

Works too.

what does “where cd” print?
Error message.

what is the error message?
That the where command doesn't exist…
applejuiceproduc
Scratcher
1000+ posts

Cd doesn't work?

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

Works too.

what does “where cd” print?
Error message.

what is the error message?
That the where command doesn't exist…
Exact wording please
ScratchCatHELLO
Scratcher
1000+ posts

Cd doesn't work?

The_Challenge_Vault wrote:

That the where command doesn't exist…

it wouldn’t have worked anyway because I misunderstood what where does

can you do the following:
- check some other commands on this list to see if they give similar errors
- go to C:/Windows/system32 and check for the commands that were missing
- echo %PATH% and post the results

cd being broken is probably another problem, it’s built into the shell and not an external program you should have to put into the path.

Last edited by ScratchCatHELLO (April 28, 2023 15:30:20)

The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

applejuiceproduc wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

Works too.

what does “where cd” print?
Error message.

what is the error message?
That the where command doesn't exist…
Exact wording please[/quote
I will interpret that as that the command doesn't have exist.

Last edited by The_Challenge_Vault (April 28, 2023 15:31:57)

applejuiceproduc
Scratcher
1000+ posts

Cd doesn't work?

The_Challenge_Vault wrote:

applejuiceproduc wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

Works too.

what does “where cd” print?
Error message.

what is the error message?
That the where command doesn't exist…
Exact wording please[/quote
I will interpret that as that the command doesn't have exist.
What???
The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

applejuiceproduc wrote:

The_Challenge_Vault wrote:

applejuiceproduc wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

Works too.

what does “where cd” print?
Error message.

what is the error message?
That the where command doesn't exist…
Exact wording please[/quote
I will interpret that as that the command doesn't have exist.
What???
“`where` does not exist”.
The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…

it wouldn’t have worked anyway because I misunderstood what where does

can you do the following:
- check some other commands on this list to see if they give similar errors
- go to C:/Windows/system32 and check for the commands that were missing
- echo %PATH% and post the results

cd being broken is probably another problem, it’s built into the shell and not an external program you should have to put into the path.
1. CMD, CLS, COLOR, DEL, COPY, DATE, ERASE, FIND, and GOTO
2. What spefically should I check for?
3. Ok, Gimme a minute…
ScratchCatHELLO
Scratcher
1000+ posts

Cd doesn't work?

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…

it wouldn’t have worked anyway because I misunderstood what where does

can you do the following:
- check some other commands on this list to see if they give similar errors
- go to C:/Windows/system32 and check for the commands that were missing
- echo %PATH% and post the results

cd being broken is probably another problem, it’s built into the shell and not an external program you should have to put into the path.
1. CMD, CLS, COLOR, DEL, COPY, DATE, ERASE, FIND, and GOTO
2. What spefically should I check for?
3. Ok, Gimme a minute…

1. are those the ones that don’t work?
2. check if the corresponding .exe files are in that directory, I think. some might not need to be because they’re internal, though.

Last edited by ScratchCatHELLO (April 28, 2023 15:51:51)

The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

ScratchCatHELLO wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…

it wouldn’t have worked anyway because I misunderstood what where does

can you do the following:
- check some other commands on this list to see if they give similar errors
- go to C:/Windows/system32 and check for the commands that were missing
- echo %PATH% and post the results

cd being broken is probably another problem, it’s built into the shell and not an external program you should have to put into the path.
1. CMD, CLS, COLOR, DEL, COPY, DATE, ERASE, FIND, and GOTO
2. What spefically should I check for?
3. Ok, Gimme a minute…

1. are those the ones that don’t work?
2. check if the corresponding .exe files are in that directory, I think. some might not need to be because they’re internal, though.
1. Yes
2. I am founding some. Tho, COLOR hasn't shown up, maybe because it's internal?
lolecksdeehaha
Scratcher
1000+ posts

Cd doesn't work?

The_Challenge_Vault wrote:

That the where command doesn't exist…
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least send what it actually says?? That would help a lot.
The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

lolecksdeehaha wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least send what it actually says?? That would help a lot.
“You don't have the necessary permissions to run this program”.

Where is PowerShell?!?!?!
applejuiceproduc
Scratcher
1000+ posts

Cd doesn't work?

The_Challenge_Vault wrote:

lolecksdeehaha wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least send what it actually says?? That would help a lot.
“You don't have the necessary permissions to run this program”.

Where is PowerShell?!?!?!
Umm windows search extists

And I don't even use windows
ScratchCatHELLO
Scratcher
1000+ posts

Cd doesn't work?

lolecksdeehaha wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least send what it actually says?? That would help a lot.

no, those are cmd commands, I think. cmd (from my understanding) uses something superficially resembling a UNIX shell and powershell uses some weird homebrew shell.

Last edited by ScratchCatHELLO (April 28, 2023 16:33:17)

The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

applejuiceproduc wrote:

The_Challenge_Vault wrote:

lolecksdeehaha wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least send what it actually says?? That would help a lot.
“You don't have the necessary permissions to run this program”.

Where is PowerShell?!?!?!
Umm windows search extists

And I don't even use windows
I meant that the where command is in PowerShell. Not where PowerShell is located…
The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

ScratchCatHELLO wrote:

lolecksdeehaha wrote:

The_Challenge_Vault wrote:

That the where command doesn't exist…
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least send what it actually says?? That would help a lot.

no, those are cmd commands. cmd uses something resembling an actual shell and powershell uses some weird homebrew thing.
Hey! Can you look at the response I made to your post also Echo %PATH% doesn't work. Same with echo on and echo off…
bigspeedfpv
Scratcher
500+ posts

Cd doesn't work?

just use powershell you do not need cmd
The_Challenge_Vault
New Scratcher
100+ posts

Cd doesn't work?

bigspeedfpv wrote:

just use powershell you do not need cmd
Does anyone read the discussion?
“Permission Denied Error”

I will add this to the OP
ScratchCatHELLO
Scratcher
1000+ posts

Cd doesn't work?

bigspeedfpv wrote:

just use powershell you do not need cmd

apparently powershell is not working

Powered by DjangoBB