python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Execution error when run symbolic link in cmd of Windows 11
After I create a symbolic link for python.exe, I can start up python when I double click the symbolic link. But when I enter the symbolic link into the command prompt, it tells me that can not find py...
Qiu Junyan
Votes: 0
Answers: 0
How do I run a folder as a slideshow in CLI in Windows?
I have tried googling it and searching through the help command, but I can't figure out how to make a slideshow out of command prompt, such as the button that is shown in this picture:
Can anybody he...
Single Wrinkle
Votes: 0
Answers: 0
AWS CLI Errno 13 Permission Denied, cannot set credentials using aws configure command
first time question so please excuse my poor question formatting. I'm running up to date(enough) Python, AWS CLI v2, installed with MSI, config and credentials file both have values, no environment va...
youusedmeforlanddevelopment
Votes: 0
Answers: 2
Robocopy: adding maxage argument breaks command
So I am simply trying to add the /maxage argument to my robocopy command.
This command works just fine:
robocopy $source $destination *.* /e /zb
But once I add /maxage it gives me a Invalid Parameter ...
Connor Johnson
Votes: 0
Answers: 1