Questions tagged as 'cmd'

1
answer

Include bootstrap with composer

I am including bootstrap with the composer package in the following way in the composer require twbs/bootstrap:4.1.1 terminal but I would like to include it in the layout since it does not work when adding some sort of bootstrap     
asked by 06.05.2018 / 05:40
2
answers

Run .class from console

I'm trying to run a .class from the windows console, the folder structure where I have the classes is the following: C: \Programa \com \index Clase.class The Class class: public class Clase {...
asked by 15.07.2018 / 11:19
1
answer

execute program with php opening a terminal

What happens is that I am currently doing a PHP program where I run C programs I give inputs from a text file and I save your outputs to analyze them, what happens is that I want the output to come out with all the format, including line brea...
asked by 30.11.2017 / 09:42
1
answer

Using Filezilla from the Windows command line

Good afternoon, I'm trying to upload a compressed file to a ftp directory via the command line. I have managed to access filezilla and place myself in the directory where the content is to be uploaded, but I have not been able to find the op...
asked by 28.06.2017 / 17:59
1
answer

How to store folder name created in variable to be used by FTP?

I'm trying to make a script that creates a folder with the name of the day and then in that folder put a file downloaded by ftp The part of creating the folder is done which is the following: cd.. cd.. cd Carpeta mkdir %date:~-4,4%%date:~3,...
asked by 29.11.2018 / 17:04
1
answer

Bash autocomplete

I am creating an interactive menu in Bash where I want to be writing a text entry, at the same time read a file.txt and with that information show us options to autocomplete our input, something like the autocomplete in jquery. The question is:...
asked by 03.09.2018 / 18:03
1
answer

problem with tildes when listing files with cmd

I am trying to list the files of a directory in a text file and then print that list. I use the dir /s /b >info.txt instruction and it does but I have some files with names with accents and I am not able to resolve the issue. I'm in a...
asked by 10.08.2018 / 16:58
1
answer

Run .class with library from cmd

Before I asked about how to execute a class here In summary the sentence that has worked for me has been: java -cp . com.index.Clase The problem is that when executing that sentence, it throws an exception saying that it does not find...
asked by 15.07.2018 / 15:39
1
answer

Help with Batch script

I am trying to make a batch script to generate routes for some projects or folders, my code is as follows: @echo off title Rutas de Proyectos echo [1] Solatino ASP.NET y Angular echo [2] Solatino Web con Angular set/a a=1 set/a b=2 set/p opc...
asked by 05.04.2018 / 20:17
1
answer

how do I repeat a command in cmd for every file I have in a [closed] folder

I have a folder with many .iso files (d: \ isos). I want to compress them with gzip and I need to create a loop for each .iso that is in that folder to execute gzip.exe filex.iso and so on until it compresses all the files in the folder. I ho...
asked by 01.12.2017 / 01:04