Questions tagged as 'cmd'

1
answer

Invalid Syntax with pyTelegramBotAPI

trying to import the library "telebot" gives me syntax error. import telebot I installed pyTelegramBotAPI and TelegramBotAPI perfectly with pip install     
asked by 11.07.2018 / 19:08
1
answer

Comparison in bat file cmd

I'm trying to make a comparison using the IF () where I compare the current month and assign its name but I can not print the results of the variables This is the code I have @echo off SET FOLDER=%Date:~0,2%-%Date:~3,2%-%Date:~6,4%-%time:~0...
asked by 30.10.2018 / 15:37
1
answer

can I execute a windows cmd command from the web?

If I have a console, can I create an application or something like for example with c # q that executes commands in my cmd console depending on a php web? I read something about rcon password, depending on server but I do not find any informatio...
asked by 22.01.2018 / 00:19
1
answer

cmd file list

Good morning, I have a problem to make lists of the files that are in the folders. I have a folder that contains several folders inside, and within each subfolder there are several * .txt files. What I want is that within each subfolder th...
asked by 11.12.2017 / 11:53
1
answer

File generated with py2exe fails to run

I have the following code: ''' Archivo: setup.py ''' # -*- coding: utf-8 -*- from distutils.core import setup import py2exe setup(name="Ejemplo", version="1.0", author="autor", author_email="email del autor", url="url del proyecto...
asked by 10.07.2017 / 04:58
1
answer

Extract 2 satellite image files in a list within ".tar.gz"

I have a list of Landsat satellite images. Within the tar.gz file are the bands ex: File " LC08018051fecha.tar.gz " Contains:    LC08_fecha_band1.tif   LC08_fecha_band2.tif   LC08_fecha_band3.tif   LC08_fecha_band4.tif   LC08_fecha_ba...
asked by 08.06.2017 / 17:44
1
answer

Problems calling an executable file inside a driver in laravel

I'm trying to call an executable .exe (a location is added in the PATH of WINDOWS ) within a controller in Laravel using the methods escapeshellarg and exec of the next Form: $escaped_cmd = escap...
asked by 12.06.2017 / 02:13
1
answer

Domains in WebLogic

I'm new to working with WebLogic and I just installed the server, but when I try to run the config.cmd file, I get this message:    FILES were not expected at this time This is the code of the config.cmd file @ECHO OFF SETLOCAL F...
asked by 09.01.2017 / 23:09
1
answer

Robocopy interrupted copy, start from the last element that you copy?

I have a list of folders with very large subfolders, approximately 1 TB, I am making a copy of all the data with robocopy and the windows console. The connection to the computer is very unstable, and sometimes the console hangs and forces me...
asked by 18.08.2016 / 13:55
1
answer

Problems with the use of Robocopy

To copy a file from one directory to another I use this command line C:\>robocopy %userprofile%\desktop\db_doctor.sql D:\hi /E /MT:24 /MIR And this is the error that commands when executing:    2017/05/25 11:05:26 ERROR 123 (0x000000...
asked by 25.05.2017 / 18:11