Questions tagged as 'script'

1
answer

How can I pass the sql server script to a functional script in mysql?

CREATE DATABASE chauquear GO USE chauquear GO CREATE TABLE [dbo].[area_ch]( [idarea] [int] IDENTITY(1,1) NOT NULL, [nombre_area] [varchar](45) primary key NOT NULL default 'Sin Area', [fecha] [datetime] NOT NULL DEFAULT (getdate()),...
asked by 27.07.2018 / 03:59
0
answers

Multilanguage script help

This is my first question I hope I can make myself understood, what happens is that I'm doing a small script in php and mysql, something similar to plugin polylang for wordpress, so far all right only I need that in the table where I show the re...
asked by 10.07.2018 / 04:04
0
answers

Label the Azure environment?

I have a subscription in Azure, with multiple virtual machines configured in linux and in windows (more than 180 VMs), I need to tag them all, but it is an arduous job for the script that I have now since I tagged a . Is there a way to genera...
asked by 19.07.2018 / 16:08
1
answer

Problem with script to move files

I am trying to create a script (cmd) in Windows to move files of any type of extension from one folder to another but it is giving me problem after problem, every time I execute it I get the error "You can not find the specified route", I've a...
asked by 23.06.2018 / 13:50
0
answers

How to have the Node.js NPM Unit to make a Browser-Sync?

I have everything installed but the External that is the http that is used to enter from another device does not appear in the terminal because this happens ALREADY INSTALL NODE.js AND INSTALL BROWSER-SYNC FROM THIS LINKS: npm install -...
asked by 22.06.2018 / 20:22
0
answers

Convert double to its equivalent in letters JAVA

I need to convert something like 92.10 to its equivalent in ahem letters: Ninety-two with 10 cents. It is to show the value in letters for the amount of an invoice but I do not know how to do it, the functions that I have seen all return wrong v...
asked by 12.06.2018 / 21:58
1
answer

Problems making a composer update in laravel?

I am finding a problem that is too weird, I am working with laravel 5.2, I have the version of php 7.2, when I do the command "composer update" I get an error this is my composer.json { "name": "laravel/laravel", "description"...
asked by 15.06.2018 / 15:28
1
answer

Error in Red Hat Enterprise Linux Server release 7.5 with start-stop-daemon

I'm trying to start a script during startup but it does not work. Once I have finished the script and the symbolic links of /etc/init.d/Script to /etc/rc3.d/ and /etc/rc6.d reboot and I verify that my script has not been exe...
asked by 20.05.2018 / 18:58
0
answers

Insert script in an android app

Hello people how are I have a query I have a script that is a player that has a live broadcast 24h my question is if this script can pass it to an app since I tried it but I know little about app development <script type='text/javascr...
asked by 17.05.2018 / 23:32
1
answer

read text file forever

Some time ago I made the script query as a permanent process. Finally I did not solve that but I solved the problem in another way. I am currently looking for the option of a script reading the information of a text file or .csv and for each rec...
asked by 15.05.2018 / 16:09