Questions tagged as 'script'

0
answers

Replace line and add it; with replaceLine

-I want to replace a line from one txt to another with several ";", but replaceLine is putting spaces instead of the ones; Current Code replaceLine="sed -i '${LINE_NUMBER}s/.*/${date}";"${command}";"${date}/' agenda.txt" The current code...
asked by 20.09.2018 / 01:16
1
answer

Wordpress automated script

I'm in a project where I need to create a script that automates the installation in different. The code: #!/bin/bash cd /home/luis/public_html/1/wordpress/ read to_print cp -R wp-signup.php wp-login.php wp-config-sample.php l...
asked by 19.09.2018 / 14:17
0
answers

Send an automatic message via Whatsapp

Using the whatsapp api you can build the message link but you need to click the send button. Using the following code in the console you can send document.querySelector('._35EW6').click(); The question is how could you join all this so...
asked by 14.09.2018 / 04:07
0
answers

Read several Json at a time

Good afternoon everyone. Well, basically my question has me a little stressed, searching the entire web. I have a file folder which is being saved by N Json files, each Json file is constantly being updated (Rewriting itself). Those data t...
asked by 19.09.2018 / 21:52
1
answer

Extract content from DataGridView from SAP to Excel with Macro

I'm having trouble passing the contents of a DataGridView SAP to Excel with a macro. I get the error:    "The object does not support this property" Here where you mark me in the VBA This is the code section: Su...
asked by 09.09.2018 / 06:15
1
answer

extract sap text and copy in excel - SAP Script

It's been a while since I said hello. I wanted to consult about this topic that I am seeing very recently that are the scripts to automate processes with SAp from Excel. In particular I'm doing a script to generate dispatch guides from SAP...
asked by 06.09.2018 / 22:21
1
answer

Running a Python script from PHP without waiting for an answer

My problem is that I have a WEB page that I must integrate to a Bot in python for each user and make a call to the python bot and that it stays running on the server even when the user has disconnected. I tried to do it with the shell_exec fu...
asked by 04.09.2018 / 00:16
0
answers

script to scroll through text and assign each line to a variable

I'm trying to make a script that runs up to 15mb of files in a directory and then attach them as files to mutt, the part of selecting the 15mb is done more or less, but I get stuck when it comes to attaching them all together in a single mail wi...
asked by 31.08.2018 / 18:33
0
answers

Product import script for Prestashop 1.7

I am looking for and trying to adapt a script to import products from a csv automatically, in a Prestashop I've seen one for Prestashop 1.6: Script Automatic Import Prestashop 1.6 I would like to be able to adapt it for Prestashop 1.7 an...
asked by 30.08.2018 / 10:52
0
answers

Delete files by their name or part of it with a .BAT

I have a problem related to the automation of a task. I need to create a .bat file that deletes some logs generated by an application that have a .txt extension and this I do in the following way: cd "C:\Users\pablo\Desktop\prueba_script" del...
asked by 27.08.2018 / 16:56