cmd tag

7 questions


1 answers
88 views
0
I want to get bit information for the Office installed by the command.

I'd like to use the Windows command prompt to get information about whether the installed Office is 32-bit or 64-bit.You can obtain the name and version of Office software installed with the following...

1 years ago

2 answers
58 views
0
How to break a new line of text when tweeting in a bat file

I decided to tweet the schedule on python's tweet, and I created the following batch file using sys.argv so that I can call the py file and text it in it.set/p Tweet=Tweet:set/p Time = Time: Scheduler...

1 years ago

1 answers
62 views
0
During SDKMAN installation, the phrase '$' is not an internal or external command, an executable program, or a batch file

To install sdkman from cmd $ I typed curl -s https://get.sdkman.io | bash'$' is an internal or external command, an executable program, orThis is not a batch file.Even if you add a path from the envir...

1 years ago

1 answers
152 views
0
I keep getting errors when installing pip

I always get this error when I say pip install -r requirements.txt. Please help me.

1 years ago

1 answers
104 views
0
I can't write sideways on Python cmd

It works well if you run it on the jupyter like that, but if you make .exe with the same code, the print('@', end=') doesn't work I don't get an error and I'm just not doing anything. Why is this happ...

1 years ago

1 answers
134 views
0
How do I run cmd in Python code so that it is automatically entered?

Hello, I have a question.To run the program now, turn on the virtual environment in cmd, go to the appropriate folder path, and then python run.The program runs only when you run py.We found the os mo...

1 years ago

1 answers
125 views
0
Can I know the IP or domain that is trying to access my server now?

Like you said, you can use Windows CMD or other toolsCan I check the IP information that I am trying to access with my server IP?Orcurl [My address]Is there a command for me to know where the signal i...

1 years ago

© 2024 OneMinuteCode. All rights reserved.