Questions tagged as 'windows'

1
answer

Installing .Net Core SDK and RunTime from the Windows Terminal?

I need to install both the Runtime and the .Net Core SDK on the college machine, however, the only place I can put a general access proxy is in the Terminal, so I'd like to know if you can install those components via windows terminal? ps: I...
asked by 23.08.2017 / 14:37
1
answer

Generate error at the end of the copy if any files are not copied

I have a batch that copies some files on the network, this copy updates the previous files to the newest cases if they already exist in the destination folder, but if any files are in use the system does not display the error message in the end...
asked by 07.06.2017 / 15:22
3
answers

Wait for BAT command to be executed to continue

I need to run a bat file with the following content: ECHO "Mensagem 1" copy xxx yyy ECHO "Mensagem 2" outro.bat param1 ECHO "Mensagem 3" copy zzz ooo But when he runs the other.bat my script does not wait for it to finish to execute message...
asked by 31.05.2017 / 19:33
1
answer

Change color of the Aero application

How do I change the color of the .NET / Forms application in the Windows Aero taskbar?     
asked by 21.03.2017 / 03:56
1
answer

Problem loading winbugs into R

I'm trying to run a code in the R that loads the winbugs package I already have installed require(R2WinBUGS); But I'm having this error Read 180 items Error in file(con, "rb") : cannot open the connection In addition: Wa...
asked by 02.06.2016 / 21:17
1
answer

Batch script - move parent directory and subdirectory

How do I create a . bat to move all files in specific or better only those with .txt extension of one directory and all its subdirectories to another folder.     
asked by 27.03.2016 / 08:26
1
answer

Script that deletes files by the extensions

I want to delete several types of extensions, so I do not know if I'm incrementing in batch, someone could help me and teach me how to increment the if in the code below: @echo off cd E:\comp_softwares pause Del /f /s /q *.mp3 pause cls echo O...
asked by 19.05.2016 / 21:05
1
answer

How to convert multiple .jpgs images to a single pdf file in C #

What I have is a directory with eg 10 scanned images. I would like to read these images in this directory and convert it to a single .PDF file. I know there are Dlls in the market that do this but I would like to do the same myself routine. Woul...
asked by 20.01.2016 / 18:51
1
answer

NameError on get_special_folder_path

I did a little test in Python 2.X to try to copy a file from the folder that the script is to the Windows startup folder: import shutil import sys, os startuplocation = get_special_folder_path("CSIDL_STARTUP") shutil.copy('fototest.jpg', star...
asked by 03.01.2016 / 01:32
1
answer

The chmod command does not work as expected when using MINGW32

The chmod command does not work as expected when using MINGW32 in Windows. I tested only on Windows 10 64 bit. $ cat ~/bin/minha-shell echo "Esta é minha shell" ls -lat /c/ $ chmod 777 ~/bin/minha-shell $ ls -lat ~/bin/minha-shel...
asked by 06.11.2015 / 15:13