Discuss Scratch
- The_Challenge_Vault
-
100+ posts
Cd doesn't work?
Error message.Works too.
what does “where cd” print?
- ScratchCatHELLO
-
1000+ posts
Cd doesn't work?
Error message.Works too.
what does “where cd” print?
what is the error message?
- The_Challenge_Vault
-
100+ posts
Cd doesn't work?
That the where command doesn't exist…Error message.Works too.
what does “where cd” print?
what is the error message?
- applejuiceproduc
-
1000+ posts
Cd doesn't work?
Exact wording pleaseThat the where command doesn't exist…Error message.Works too.
what does “where cd” print?
what is the error message?
- ScratchCatHELLO
-
1000+ posts
Cd doesn't work?
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
-
100+ posts
Cd doesn't work?
Exact wording please[/quoteThat the where command doesn't exist…Error message.Works too.
what does “where cd” print?
what is the error message?
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
-
1000+ posts
Cd doesn't work?
What???Exact wording please[/quoteThat the where command doesn't exist…Error message.Works too.
what does “where cd” print?
what is the error message?
I will interpret that as that the command doesn't have exist.
- The_Challenge_Vault
-
100+ posts
Cd doesn't work?
“`where` does not exist”.What???Exact wording please[/quoteThat the where command doesn't exist…Error message.Works too.
what does “where cd” print?
what is the error message?
I will interpret that as that the command doesn't have exist.
- The_Challenge_Vault
-
100+ posts
Cd doesn't work?
1. CMD, CLS, COLOR, DEL, COPY, DATE, ERASE, FIND, and GOTOThat 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.
2. What spefically should I check for?
3. Ok, Gimme a minute…
- ScratchCatHELLO
-
1000+ posts
Cd doesn't work?
1. CMD, CLS, COLOR, DEL, COPY, DATE, ERASE, FIND, and GOTOThat 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.
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
-
100+ posts
Cd doesn't work?
1. Yes1. CMD, CLS, COLOR, DEL, COPY, DATE, ERASE, FIND, and GOTOThat 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.
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.
2. I am founding some. Tho, COLOR hasn't shown up, maybe because it's internal?
- lolecksdeehaha
-
1000+ posts
Cd doesn't work?
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least That the where command doesn't exist…send what it actually says?? That would help a lot.
- The_Challenge_Vault
-
100+ posts
Cd doesn't work?
“You don't have the necessary permissions to run this program”.All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least That the where command doesn't exist…send what it actually says?? That would help a lot.
Where is PowerShell?!?!?!
- applejuiceproduc
-
1000+ posts
Cd doesn't work?
Umm windows search extists“You don't have the necessary permissions to run this program”.All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least That the where command doesn't exist…send what it actually says?? That would help a lot.
Where is PowerShell?!?!?!
And I don't even use windows
- ScratchCatHELLO
-
1000+ posts
Cd doesn't work?
All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least That the where command doesn't exist…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
-
100+ posts
Cd doesn't work?
I meant that the where command is in PowerShell. Not where PowerShell is located…Umm windows search extists“You don't have the necessary permissions to run this program”.All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least That the where command doesn't exist…send what it actually says?? That would help a lot.
Where is PowerShell?!?!?!
And I don't even use windows
- The_Challenge_Vault
-
100+ posts
Cd doesn't work?
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…All these commands are PowerShell, not Command Prompt. Use PowerShell. If it errors out, can you at least That the where command doesn't exist…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.
- The_Challenge_Vault
-
100+ posts
Cd doesn't work?
Does anyone read the discussion? just use powershell you do not need cmd
“Permission Denied Error”
I will add this to the OP
- ScratchCatHELLO
-
1000+ posts
Cd doesn't work?
just use powershell you do not need cmd
apparently powershell is not working