shell tag

84 questions


1 answers
93 views
0
I can't change to utf-8 from chcp65001 of powerhell in windows7.

chcp65001 will terminate abnormally if you try to change the code version.Please tell me how to change the code version to utf-8 on 65001.Thank you for your cooperation.

2 years ago

1 answers
120 views
0
I don't know how to install MLT.

I needed a framework called MLT, so I downloaded it from the site.However, I don't know how to install it, so I'm having a hard time.I was able to download it once last time, but I lost the procedure ...

2 years ago

3 answers
84 views
0
Powershell processes each element read from CSV and outputs it to CSV

1111, test2, test3, test4111, test2, test3, test411, test 2, test 3, test 4 I would like to read the CSV file like the one above and erase the half-width space as shown below.1111, test2, test3, test4...

2 years ago

1 answers
105 views
0
Setup tools for python cannot be installed.

I am trying to install Setupools for python using Windows PowerShell.https://www.youtube.com/watch?v=Es_kdnPUgDgBased on the above mentioned YouTube, I am proceeding with the procedure of the video, b...


3 answers
77 views
0
Understanding Text Comparison Methods

Thank you for your help.I'd like to create a script that compares all the arrays and texts.Example) a.txt-----aBcd1.txt-----1234This is a-1, a-2, a-3, a-4, b, 1, -b, 2-b, 3, b-4I'd like to compare it ...

2 years ago

2 answers
146 views
0
How to Compare Files with Commands and Extract Mismatched Records

[Contents] In the command, compare Files listing IDs with csv containing IDsI'd like to extract a record of IDs from csv that are not listed in the Files Enumerating IDs.[Example] Files enumerating ID...


4 answers
57 views
0
How to view the contents of the following files together:

I would like to summarize all the contents of the file below.It's because it's hard to check one.Can I try using cat?

2 years ago

1 answers
69 views
0
PowerShell Gets Twitter Tweets Only 140 Characters

You are trying to retrieve tweet information for a specific user using an API called MyTwitter.English tweets can contain up to 280 characters, but only 140 characters.Is it possible to retrieve the e...

2 years ago

1 answers
94 views
0
The powerhell script drops when I call powerhell using vbs.

I would like to call the powerhell from vbs as below, but the powerhell opens for a moment and the Inputbox does not appear.If you run it alone, it will start without any problems.I tried to change th...

2 years ago

1 answers
91 views
0
Run Import-Module virtualenvwrapper using powershell

I started studying Data Visualization using poewrshell.Python version is 2.7Windows uses 8.1.My system environment variable path is as follows.c:\python27\;c:\python27\scripts;c:\python27\tools\script...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.