A small program written to be read and executed by a command interpreter or another scripting language.
1
vote
1answer
6 views
batch file to create a txt file showing a list of folders inside each subdirectory of a parent folder
I need the correct way to get a simple process to repeat till it reaches end of folder. Inside my Main Folder are multiple subfolders. Inside each of these are more subfolders along with a few files.
...
1
vote
0answers
11 views
No module named pycurl [Python]
I tried to run python script with my mac os x lion mountain I installed MacPorts & Command line for Xcode .. also I installed py27-yaml & py27-curl
and the first line for the python script is
...
0
votes
2answers
15 views
VBS Scripting Error
I apologize in advance for my "newness" to vbs. I am trying to run this script to search for all pst files on my file server. At this point, I am getting this error:
searchpst.vbs(6, 26) Microsfot ...
0
votes
0answers
9 views
Scripting & automating all SQL Server Jobs
I am looking to script out all the SQL Server agent jobs and automate it, for high availability purposes on StandBy Server. (.sql format NOT PowerShell plz)
here is the script that I found.... ...
-3
votes
1answer
30 views
Writing a PHP script to login to a website, navigate to a page, and download a file [closed]
I'm trying to write a script to download my VISA payments via the CSV file they provide. I can login and just manually download it, but as a developer anything I do more than once, I want to automate. ...
1
vote
1answer
24 views
Setting variable to last arg from command line parameters
I'm trying to write a script in a way that makes it simple to add future command line args. I'm using getopts and that works well. However, I'm running into issues with the case statement.
...
0
votes
1answer
16 views
Google Apps Script - Object type does not match column type
I'M totally new to Apps Scripts and am trying to create a simple TableChart in Apps Script from a Google Spreadsheet. I keep getting the "Object type does not match column type" error and I cannot ...
0
votes
0answers
35 views
Start-transcript in a background process
is there a way to handle start-transcript in a background process? I have a script launched in background. almost everything works fine, except logging with start-transcript? in fact, it creates my ...
2
votes
1answer
38 views
Batch script, call cmd on servers
I am trying to call x.cmd from many servers in a list and basically x.cmd will return a log file so I will copy the output log files into a new folder.
the structure in that list is:
server ...
0
votes
0answers
31 views
Bandwidth Consumption Monitor of HTML
I'm trying to make a mobile app via PhoneGap with HTML CSS and JS.
I have a stream in mp3 on one of the pages.
Now, I'm thinking it's fair enough to show to my visitors/users how much bandwidth they ...
0
votes
1answer
26 views
Android shell script read
I'm trying to get a shell script to take values. What I currently have is:
#!/system/bin/sh
echo "Enter the page numbers"
read page_no_first;
read page_no_final;
#
echo $page_no_first
echo ...
0
votes
2answers
27 views
character manipulation in file cmd
this is file.txt
hello
hai
So i wanna create a program that will read this file. and then replace every ALPHABET with the succeeding one. keeping all numbers and other symbols intact.
so the ...
0
votes
2answers
26 views
using a shell script how do I find a word in a document that has a specified number of characters?
I have a word in a document that is 10 characters long and I wish to first find it then replace it with a 5 character word. What would be the most efficient way to do this with a shell script?
0
votes
1answer
18 views
Why does Rails runner shebang not work on Debian but work on OS X?
I have a Rails script that I run on both OS X Lion and Debian GNU/Linux 7.0 (wheezy). It's down to a simple script:
#!/usr/bin/env /opt/thermyos.com/server/script/rails runner
ENV.each do |k, v|
...
1
vote
6answers
47 views
linux bash, print line contaning string in a column
let's say my file /etc/passwd contains
ntp:x:38:40::/etc/ntp:/sbin/nologin
avahi:x:70:70:Avahi mDNS/DNS-SD Stack:/var/run/avahi-daemon:/sbin/nologin
haldaemon:x:38:68:HAL daemon:/:/sbin/nologin
...
1
vote
2answers
37 views
linux bash: line 18: syntax error near unexpected token `fi' Q2.sh: line 18: `fi'
I'm trying to compile this code but I am getting the following error:
Q2.sh: line 18: syntax error near unexpected token `fi'
Q2.sh: line 18: `fi'
at line 15, I'm trying to verify if the parameter ...
-2
votes
0answers
11 views
Check file lock periodical open and close [closed]
I need a batch script that would look for file lock on a text file periodically written to by another application.
And when its done move it to another folder.
0
votes
0answers
18 views
Writing startup script for Ubuntu
Note: I did consider putting this question on the AskUbuntu site, but believe it is a scripting/programming question at its core, and thus deserves to be here on SO.
I'm trying to use upstart to run ...
2
votes
2answers
52 views
bash, command not found
i'm having trouble fixing the error in this bash script, I seriously have no idea what I did wrong, any help is appreciated thanks
[centoslive@livecd ~]$ sh ListFich.sh test
Synthese, Question 2
...
0
votes
1answer
21 views
BASH: Read all files in a directory recursively, includinging symbolic links
I got this tidy script from someone:
find ../Classes -name \*.cpp -print
which simply loops a directory, and prints all files recursively. However, it doesn't follow symlinks. All I can find ...
1
vote
1answer
44 views
Psfile batch file with psexec
I'm trying to run psfile and autorunsc in a batch file then use psexec to execute the commands over a list a hosts on the network.
I have created a shared folder that the results can be stored too.
...
-6
votes
0answers
33 views
linux bash script check ports are open or close and enable or disable linux service [closed]
can someone help me with linux bash script to check for two open ports: 8080 on two different servers. If the port is open on one of these servers, bash scirpt will do nothing. If the two ports are ...
-1
votes
0answers
14 views
Scripts to make permanent changes/mutations in SVG files
Basically I want to write general standalone scripts that parses different SVG files and makes some changes(permanent ones). These changes will be in the form of some mutations like changing the size ...
0
votes
0answers
13 views
SharePoint 2013 Create Variation Labels with powershell script [migrated]
I'm actually trying to add variation labels to a site using powershell script (SharePoint 2013), and i know there is no powershell script for the job so im looking at some c# object model and i found ...
0
votes
0answers
53 views
Execute empty nested sql script
I have a SQL*Plus script that contains several nested scipts, following this schema:
@Script1;
@Script2;
@Script3;
My problem is some of the nested script could be empty,they exist but are blank ...
0
votes
1answer
14 views
Microsoft Script Control - Expected “Then”
I've been developing some software to help organize my files better. To do this I have developed a script generator using Microsoft Script Control that then runs on files in a directory and returns a ...
0
votes
3answers
30 views
JavaScript userinput URL without holding my domain
I'm having a little trouble with JavaScript. My problem is that I have a user input box (where a user would enter a URL) - and a button (when clicked, it will open the url that the user has typed in ...
0
votes
0answers
21 views
Timthumb.php script do not fuınction
I have a problem in creating images via timthumb:
http://gunlukkira.la/demo2/
I get this error in the error log:
[22-May-2013 09:27:53 UTC] PHP Warning: imagecreatefromjpeg() ...
0
votes
0answers
27 views
No output when running jar from shell script
I am running a jar-file in a shell script calling hierarchy. I want to redirect the output from executing the jar file to my logfile "loga.log" but this does only work when I run this script with ...
0
votes
1answer
28 views
How to run a VBscript that uses installShield API?
I am trying to create a script that will automate the process of creating an installShield object.
I have selected to develop it with VBScript because the Automation Api is very helpful for vbs ...
-1
votes
0answers
16 views
How to find number of installations of same software in any windows? [closed]
I need to segregate the application installed in every machine...
is there any way or any script to find\Count the number of installation of same product in same windows(all OS) machine??
Please Help ...
1
vote
3answers
38 views
I there a python function to reset the script after it's run?
So when i run this in my IDE, the terminal pops up and I input whatever, it oututs the way it's intended, but then the terminal closes. Is there a function that can simply reset the function in the ...
-6
votes
0answers
36 views
Script to Grab a Links from a site [closed]
I am interested in the download link of a website.
Each page of the site contains 6 posts and each post contains a download link.There are around
900 pages , so aroung 5500 links to capture.
Page ...
0
votes
1answer
21 views
Error making folders in Applescript
So, i'm getting an error while running this:
on hazelProcessFile(theFile)
set text item delimiters to ":"
set filename to last text item of (theFile as text)
set text item delimiters to "."
if ...
-2
votes
2answers
43 views
Script to log on to website, check for changes and email if changed
I'm hoping to write a simple script that will log on to a specific website (email as username, no pw required) and check for changes. If there are any changes I'd like to receive an email ...
0
votes
0answers
23 views
Issues while using script (typescript) command with rksh restricted ksh
I have a scenario where I want to log every activity for a particular user. I have a script built around the script command which I invoke from the user's .profile. Now the requirement is that the ...
-3
votes
1answer
22 views
Google Map Terms of Usage Pixel Size [closed]
Why is the "Terms of Use" in the Google Map Link, appearing like its appearing. I've looked at the script coding for errors and tried adding a font-size in CSS but nothing seems to fix it. Please see ...
0
votes
0answers
37 views
Linux: WGET - scheme missing using -i option
I am trying to download multiple files from yahoo finance using wget.
To do that i used a python script to generate a text file with all urls that i need.
When downloading a single file (a csv file) ...
0
votes
4answers
58 views
Script to move first 3 characters of filename to the end
I have a directory full of files that I need to rename. For each file, I need to take the first three characters of the filename and move them to the end of the filename before the extension.
So ...
0
votes
3answers
27 views
Bash case statement
I'm trying to learn case as I was to write a fully functional script.
I'm starting off with the below
#!/bin/sh
case $@ in
-h|--help)
echo "You have selected Help"
;;
...
1
vote
3answers
70 views
php check if img src is image [closed]
I have this code, which should display image if it gets one generated, or write "no image" if not.
<body>
<?php
$src = "somescript.php";
// if (getimagesize($src)) {
...
1
vote
1answer
51 views
Psexec batch file running on large network
I'm trying to run a batch file that will connect to the list of ip's on my network, open up cmd then run a list of commands: like ipconfig /all, nbstat -c, arp -a. Then it must save the results into a ...
0
votes
3answers
41 views
Perl Directory Walking issue - Can't go back up more than 1 directory properly
First off, I don't have the ability to use File::Find.
So I have my script to walk through directories and find a certain type of file. But if I go more than one sub-directory deep, my script ...
0
votes
0answers
9 views
A script to gather information from a website and put it in an database
Today, my boss told me to verify the prices from our website to see if they are wrote right and there aren't any price differences between what we have from our suppliers and our website. What ...
0
votes
0answers
8 views
photo upload validation - facial recognition
Does anybody know of a script that can validate an image upon uploading? I require it to detect a face within the picture?
I am guessing this would have to be a java based script?
Cheers,
Dan
1
vote
2answers
38 views
source a shell script from another script and check return code
I want to source a file eg name.sh from another script and check the return code and decide on it's error code. If I use
source name.sh
then if name.sh return non-zero return code my main script ...
0
votes
3answers
49 views
/bin/sh: 0: command not found
I have a following problem guys, my PHP script is like this:
#!/usr/bin/php
<?PHP
// Define the path to file
$file = 'mydb.sql';
if(!file)
{
// File doesn't exist, output error
...
0
votes
1answer
30 views
Linux loop script: Cannot allocate memory
I face a huge problem with a script on linux.
I work on an apache2 server and I have to execute a php script every seconds to update the database (yes, every second, I'm sure).
To do that, I created ...
-2
votes
1answer
22 views
Finding nearest unvisited exit by using a table of coordinates and cardinal exits in Lua [closed]
I am trying to code a lua script for a mud for which I have pgrogrammed a set of scripts. The mud recently has begun sending out room coordinates (, y and height) along with available exits (north ...
0
votes
2answers
28 views
Is it possible to call an EAR with a script ?(an deployed EAR on jboss 7)
I would like to write an SVN pre commit hook script that would be able to call an EAR that is deployed on jboss 7.
I mean that when the script is executed it would be open the web navigator and call ...



