A small program written to be read and executed by a command interpreter or another scripting language.
0
votes
0answers
5 views
A script to take data from an excel file and search it using the search function of a website
I have an excel file with thousands of call numbers for library books. I would like to be able to write some script to get it to
go to the library website,
use a pull down menu in the search box to ...
0
votes
1answer
15 views
cygwin kill process issue
I am trying to run a shell script in Cygwin, but I am having problem with passing variables to the subshell !!
I have a very simple script that actually takes the PID of a process and from there I ...
0
votes
0answers
4 views
installing remotely from computer A to server B and the installer UNC path from server C
Hi When I run this powershell code my powershell just hangs
Set-Content "\\$remote_computer\users\bkoo004\downloads\test\installme.bat" -value 'START "installing" "S:\npp.6.3.3.Installer.exe" /S'
...
0
votes
1answer
15 views
Coping files from multiple directories into one folder
I have many pictures in multiple directories and want to copy them to one folder, but my script is interrupted when a file with the same name already exists in the destination folder. I tried
for /R ...
0
votes
1answer
15 views
cURL - notify about upload progress
I have script in Xcode, which runs automatically at the end of Archive operation. It's signing and submitting build to TestFlight service. The problem is that uploading takes a lot of time, and I ...
2
votes
3answers
35 views
Running Bash Script Without ending it on Exit
Basically, I'm working on a remote server, and connecting via SSH. Now, I can run processes / execute bash scripts normally with my SSH console, but there's one problem. As soon as I log off, those ...
1
vote
2answers
83 views
Scripting language component for Lazarus
What is the best multiplatfrom scripting language component to embed into lazarus build projects with full support of the GUI.
I have tried "Pascal Script" but it has no sample code or documentation ...
0
votes
2answers
12 views
wp_enqueue_script() not loading multiple scripts
I am trying to load two scripts through the wp_enqueue_script(). I made to functions but only the first loads not the second one. Here is the code:
//Load my own jQuery
function fix_noconflict() {
...
0
votes
1answer
18 views
Monitor Change in File That's Not Being Appended To
I would like to write a shell script that monitors the changes of a file. That is, another program I've written writes either a 1 or 0 to a file depending on its state. I would like to create a ...
-2
votes
0answers
22 views
javascript encoding url to avoid formatting
I need to somehow encode a url because if i don't, it gets formatted as a url and the script does not get executed.
Please, if you do not have something useful to offer in terms of achieving my goal ...
0
votes
1answer
43 views
string.fromcharcode javascript not working [closed]
I'm having trouble using string.fromcharcode on my url which is "http://www.google.com".
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.google.com">
If i try:
<meta ...
2
votes
4answers
81 views
Bash script - If conditional with [ ]
I have the code below and am receiving the following error output:
Enter your exam score
40
./if2.sh: line 6: 40: No such file or directory
Very well done. You have an A grade.
I'm using bash ...
0
votes
2answers
50 views
How to find the list of all the class name in a file in python?
I am currently writing a python script to display all name of all the python files in a package and also all the name of the class a file contains.
scenario
#A.py
class apple:
.
.
class ...
0
votes
1answer
51 views
syntax error: unexpected end of file
I am getting this error when I run my Bash script:
syntax error: unexpected end of file
Cant really find where the error is, been looking for hours and still get this error.
Here is the script ...
1
vote
1answer
28 views
Import specific records from one database to another
I have 2 databases:
DB1
customers (columns: customernr, name, adress, db2clientid)
invoices (columns: invoicenr, customernr, totalamount, taxamount,
createdate)
DB2
tblinvoices ...
0
votes
2answers
8 views
Traverse files and replace all tabs to two spaces
I want to replace all tabs with 2 spaces in all files in my project directory.
Here is the code I have written but it is not working as expected.
Tabs are as it is in the files.
for i in *
do
sed ...
0
votes
1answer
34 views
how to make an AHK script to drag and drop the current playing file from winamp into another program?
I'm trying to write a script that drops the current playing file from Winamp into Tabbles (a file tagging software http://tabbles.net )
I found this example but it didn't help much:
...
1
vote
1answer
38 views
Am I missing the target with exp_continue?
I'm trying to write an expect script that allows me to ssh into a switch, look for a certain set of software in flash, then delete it. I would like to say that if you see result "A" do action "B", and ...
0
votes
0answers
35 views
How to delete a directory based on date and time
The below script will be called from a cronjob and my desire is to remove directories older than 10 mins of the current time.
I'm having trouble with the following in my script:
Trimming \n from ...
0
votes
0answers
4 views
Google form script: Sending a link to execute the script
These days I have written a google script to create a dynamic form, dynamic because each time we run the script, the choices are varying.
Now that my form is nearly finished, I would have liked to ...
1
vote
1answer
20 views
Chrome Content Script to Modify HTML Element
I would like to use a Google Chrome content script to modify the following HTML code.
<font style="color:white;"> Text Here </font>
Could someone advise of the code I should use to ...
-5
votes
1answer
33 views
log out using javascript injection to submit form [closed]
I'm trying to log out using javascript in my browser out of a forum but i don't know javascript very well, i'm using chrome.
I'm trying to turn the log out form into javascript code.
I've tried things ...
1
vote
1answer
14 views
Why does Powershell v2 Copy-Item seem to be copying a directory instead of individual items?
I'm a Powershell novice, and am running what I consider to be a fairly simple script to copy files from the network to my local machine.
$htmPath = "\\ServerPath\foo\WebHelp\"
$dstPath = ...
-2
votes
1answer
44 views
Perl script to log in to server and execute command [closed]
I am new to perl. I want to run a perl script on terminal that takes in the ip address of another server , logs into it (with username and password), executes a bash command and returns the result. ...
0
votes
1answer
24 views
I have a file having some columns. I would like to do sort for column 2 by grouping column 1 values
I have a file having some columns. I would like to do sort for column 2 by grouping column 1 values.
See below example.
Input File like:
NEW,RED,1
OLD,BLUE,2
NEW,BLUE,3
OLD,GREEN,4
Expected ...
0
votes
2answers
27 views
Filter non-alphabetic characters out of string in shell script
Very simple question but can't seem to find a simple answer...
I am writing a bash script which needs to remove all non-alphabetic and non-numeric characters. Eg. I want...
INPUT_STRING="ABC# ...
7
votes
3answers
499 views
php script cron job after 2 weeks send reminder message to specific email address
Ok, I have a php script that sends a random code to an e-mail address which the user entered.
I need to make that after 2 weeks the user will get a reminder message to the same e-mail address. This ...
1
vote
1answer
21 views
Resize an image into popup
I have a popup with an image in it. I would like to know if it's possible to set size for my image. I've made this script for my popup:
function open_win(title, description, src, alt)
{
var img = ...
1
vote
3answers
47 views
What does single parenthesis do here?
I encountered this code:
file=$(<filename)
This reads the file from the filename.
My question is how does this work?
I read from this post:
bash: double or single bracket, parentheses, curly ...
0
votes
0answers
18 views
Splunk- extract ip address field and use ip address as input to lookup script
I have log in my splunk, I need step by step procedure to extract the unique IP addresses and pass them as input to my lookup script. And What is the procedure to write lookup script.
0
votes
2answers
70 views
Syntax Error in simple bash script
Hello im new to bash scripting, i have a simple program which is not working for me. I assume its a syntactical error.
#!/bin/bash
#example1.sh
read Age
if ["$Age" -lt "18"]; then
echo "You must ...
-1
votes
0answers
16 views
Send formatted text to Wordpad from ahk script
I want to send some text to Wordpad from my autohotkey script and I want specified words in text be highlighted (bold, red or maby both). Is it possible? Thanks.
1
vote
2answers
65 views
Bash Script Issues
I am having a problem with a bash script that I am working on, I am practically new to Bash Scripting and been working on this problem for hours and cant figure out what the problem could be.
When I ...
0
votes
0answers
11 views
Google Script - Code to grab html data - diesel price updates
I have looked over a couple of other questions which are almost identical to my issue - my coding however is terrible and i don't understand how to define the actual information i want... Any help ...
0
votes
1answer
42 views
Make auto adjustable script in PHP iframe
Hello i want to make something like this:
<script>fid="canal1"; width=650; height=440;</script><script type="text/javascript" src="http://www.pirlotv.me/embed.js"></script>
...
-1
votes
0answers
20 views
Setting Europe/London time in my php script gives me the wrong time for London [closed]
date_default_timezone_set("Europe/London") gives the wrong time for London; it gives me 20.30 when in fact its 21.30.
I am on a hostgator server and am not sure if the problem is me or them.
0
votes
3answers
59 views
PHP PDO Error in Select Statement
I am having some issues with PDO. First issue is that in my connection string, I cannot use variables defined in another file (tried include & require). It gives me an error and shows the ...
0
votes
2answers
52 views
Preventing Embedded Python from Running Shell Commands?
I want to embed Python 3.x in our C++ application to allow scripting of maintenance and other tasks. It so far does everything we need including file manipulation.
The problem is that to meet some ...
1
vote
2answers
20 views
navigator.userAgent not giving full user agent String
Currently getting this value:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0
but i have tested online my Current user agent is:
Mozilla/5.0 (Linux; U; Android 4.0.3; de-de; ...
0
votes
1answer
15 views
How to change the color of one cell based on the value of another in google spread
In fact I have a column called status (K) which contains two values Y or N.
I want to change the background color of another column (J) based on the info from column K.
I want the script to change ...
2
votes
1answer
63 views
Variable is not being set properly
Whenever I try to use one variable to build another I get unexpected results. I've narrowed it down a bit but could use a little help on what's happening here. My local script does this:
...
-1
votes
1answer
70 views
Perl Programming in Shell
My Expectation:
I have to use the following command to send the value of first argument to all the files calling perl.pl file.
./perl.pl 1
The one is read using the following file: (perl.pl)
...
0
votes
1answer
35 views
Is it possible to determine the source file for each of the classes in a JAR?
I'm trying to write a utility to cut down on some of the common errors
I have when working with source managed java code that is compiled into a jar file.
Errors such as forgetting to add a file to a ...
-1
votes
0answers
5 views
Google Apps Script File Upload to Drive - Reload app to allow user to upload multiple files
I am trying to enable users to upload files to a specific folder in a google drive from a google sites page. This script is working just fine:
function doGet(e) {
var app = ...
7
votes
3answers
5k views
Can I remove script tags with BeautifulSoup?
Can script tags and all of their contents be removed from HTML with BeautifulSoup, or do I have to use Regular Expressions or something else?
1
vote
1answer
23 views
FTP batch script hangs at ftp> prompt
I'm trying to execute the following batch script to copy file from ftp to local directory. However, I'm only able to login to the ftp but can't get the rest (bold code) of the script to execute. The ...
1
vote
1answer
28 views
.bat script to compare contents of two windows folders
I would like to write a short .bat script to compare the contents of two folders.
Folder 1: Contains some 1300 files.
Folder 2: Contains some 400 files.
I would like to have a script I can run ...
1
vote
1answer
117 views
Support scripting in .Net
Is there a way to use C# as a scripting language? I want users to be able to write a method body and work with objects that are passed from the main program to the script method.
And maybe is there ...
1
vote
1answer
61 views
How can I use document.getElementById(someid).onclick for tag a
I want to automate to click on some link in a website.
since links on webpage are not direct link such as www.example.com/1.html.
it shows following link address for all the links I am interested in ...
0
votes
0answers
31 views
java script form validation works fine in chrome but not working in firefox?
form validation using java script works fine on chrome. but not working in firefox.
Code:
<script type="text/javascript">
function validateForm()
{
var ...












