Posts by Bueno • 137 points
6 posts
-
0
votes3
answers2361
viewsQ: Configuration Network via prompt
As deactivated via command prompt the check boxes "Use automatic configuration script" and also "Do not use proxy server for local addresses"? To disable the proxy, I am using the command:…
-
3
votes1
answer1679
viewsQ: Which excel function should I use?
I have a list of names of the masculine and feminine gender that I need to determine in the front cell what is the gender of the name. The logic that analyzes the name and says if it is masculine…
-
3
votes2
answers402
views -
1
votes2
answers294
viewsQ: Boost Performance Bat
Currently I have a . bat that runs copying files from the network from one server to another. This made a job that was done manually much easier, but I noticed that by removing some increments…
-
1
votes1
answer3765
viewsQ: Searching and Separating Files Using . bat
I have a daily/monthly process where, I have a . txt that has a list of about 10,000 file Ids (one ID per line) (exemplo_content_file . txt) { 12345 23456 34567 45678 56789 } Each file ID (ex:…
-
4
votes3
answers1204
viewsQ: Create bat to move files returned by findstr
Good afternoon to all! I have come across a daily problem where, I have several . xml to open and check if these have tags: < desc_produto >Riscos< /desc_Produto >" or <…