ShadowThief wrote:Sounds like you have basically 0 free space in D:, which is horrifying to think about. Deleting files or moving them to another drive are your only options.
When you run the cmd command, you are opening a brand new instance of the command prompt. There is no previous history to show; what you're asking for is impossible by design.
I have more than 100GB free on my D: partition and I have 8 GB memory. That should be sufficient.
Yes, I want to open a brand new (independent) command prompt.
Even simpler: Think of the following command
Code: Select all
start "" C:\WINDOWS\system32\cmd.exe /k "echo hello"
The /k parameter passes a (=the first) command (here: echo hello) to this new command prompt for initial execution.
So there should be at least ONE command in history.
Using C:\WINDOWS\SysWOW64\cmd.exe instead of C:\WINDOWS\system32\cmd.exe does not help
So is there really no solution for the two problems?
Peter