A small program written to be read and executed by a command interpreter or another scripting language.

learn more… | top users | synonyms

2
votes
1answer
47 views

how to display the length of a FULLNAME

how can i get the length of the full path of a filename? I am getting all the files recursively in a directory structure succesfully, and now I am trying to get the length of the fullpath: ...
0
votes
1answer
45 views

What's wrong with this PHP vote script? [closed]

This is my vote script for my game: http://pastebin.com/p8DF7SVK Just the lines where the check function is: $num_rows = $adb->doQuery('SELECT ' . ACCOUNT . ' FROM ' . ACCOUNT_TABLE . ' WHERE ...
-2
votes
1answer
14 views

I dont run mi script junit by .bat

I read other questions like a: "How to run Junit testcases from command line?" and "how to run junit test command line from java [duplicate]" I still can not run my script from a file .bat: java -cp ...
1
vote
1answer
48 views

SQL Server - Generate script without primary key

I was looking for an answer but I can't found it. I'm trying to make a generated script of my data (I mean, all the INSERT INTO commands). Because access permissions, I can't do a SET IDENTITY_INSERT ...
0
votes
0answers
14 views

Sqlplus Query with shell_exec(); PHP command

I need to run a PL/SQL Query from a distant oracle server in order to create spool files and send it to my own server, using a php script. I firstly created a SH script called myscript.sh : ...
1
vote
2answers
16 views

Need to have an iPad friendly (html) header file load when detected instead of regular flash header

I have a client that wants to make her website iPad/iPhone friendly. The website has a menu header that is made in flash. I converted the file using Google's Swiffy to a flash_1.html file. When the ...
1
vote
1answer
64 views

How do I write this Powershell Function More Efficently?

I.ve come at this many different ways and looked on alot of sites about Efficient Powershell Scripts but I still could use help making this script more efficient...It uses 3-4% of CPU. The Main Drag ...
0
votes
0answers
45 views

Checks folder every minute then prints

I'm a VB script newbie and am trying to develop script that checks a folder every minute then prints to a default printer. This is what I have so far to play with however I am not sure what I should ...
0
votes
1answer
26 views

Illustrator script for exporting as eps

I was asked to create a small script for Adobe Illustrator CS, which would automatically export project as eps with specific options. Anywho, I was looking into it this whole morning and came to a ...
1
vote
1answer
23 views

execute remote php scripts using php.exe

Im executing a PHP script using php.exe command. All the script executes well, but under certain condition (using if condition) I must call a second one in a remote server. I tried adding this line ...
1
vote
2answers
29 views

How to get a session variable work in java script function?

It may look like a stupid question, but I went through various pages since 2 days, and didn't get to a solution by myself. So I made a session variable like this: <?php session_start(); ...
0
votes
2answers
32 views

PHP Script mkdir “No error, but no directory”

I am currently learning and messing around with some HTML and PHP on my personal website. I need to create a "New Directory" using PHP. I am currently using, ...
2
votes
3answers
51 views

preventing wildcard expansion in bash script

I've searched here, but still can't find the answer to my globbing problems. We have files "file.1" through "file.5", and each one should contain the string "completed" if our overnight processing ...
1
vote
2answers
31 views

HTML Post With Format “Blog”

I am working on a personal website, http://dummycode.com and I am having one issue, or rather a bothering time-consuming scenario. Since I am a new user I cannot seem to post more than two links, ...
1
vote
2answers
35 views

Unable to set second to last command line argument to variable

Regardless of the number of arguments passed to my script, I would like for the second to the last argument to always represent a specific variable in my code. Executing the program I'd type ...
0
votes
3answers
38 views

Batch Script - muliple duplicate strings in a row

The below script provides the output of each occurence of the token# 1 field but I need add two more conditions. Output should be provided.i.e. only when it is more than one since I have millions ...
1
vote
1answer
47 views

Appropriate language for scripting gathering server information tasks?

I have a fairly unique problem, and I'd like to gather some input on it. I'm responsible for creating a script of some sort that can do the following things: Run on any Windows Server 2008 R2 ...
1
vote
1answer
24 views

Inline javascript in xsl

I have to have an inline script in an xsl stylesheet file but the problem is that the xsl tries to transform the script and causes errors. <script id="template-upload" type="text/x-tmpl"> ...
-4
votes
0answers
45 views

VB script msgbox closes automatically and it is not waiting for OK button click event [closed]

Msgbox "Hello" When i execute above script (in windows 7) msg box is displayed and it disappears immediately. It is not waiting for OK button click event. Why it is not waiting for click on OK ...
1
vote
1answer
36 views

Error calling similar() in Sikuli

l = find("Start_menu.png").similar(0.5).anyColor() click(l) The above is an excerpt from my code. "Start_menu.png" refers to an image of the Windows Start Menu. I got the following error when I ...
-3
votes
1answer
46 views

Batch Script - finding duplicate strings [closed]

Please help me asap in providing a solution in batch script for finding duplicate strings in a delimited text file and writing the duplicates into a new file.The field position should be edited in the ...
0
votes
1answer
28 views

Python Import Hooks and __main__

PEP 302 defines a way for user code to hook into the import process and intercept imports. However, this only works for imports that occur after some code has run to register the import hook. ...
0
votes
2answers
48 views

Bash array and loop won't work together

I am pretty new in bash script and can't figure out why this piece of code doesn't work (yes I've googled around). Here's my code: if [ $usertype = normal ] then commands[0]="hi" ; ...
2
votes
1answer
14 views

Using Attributes End With to delete elements

I have been trying to implement the attributeEndsWith selector to delete multiple elements with Ids ending with "_vb ("[id$="_vb"]"). Unfortiunately the code I have below doesnt work. Can someone help ...
0
votes
2answers
43 views

Put specific text at the end of file in unix

I have a html file retrieved using wget. I want to put all links, i.e., all <a href=""> </a>, at the end of file. Is it possible? For example, consider the following file: <tr ...
0
votes
4answers
77 views

Batch (Windows) execute script wait for request and input the answer

the problem: I want to create a batchfile that executes other scripts. Then only problem is, you can not give the necessary input by parameters. The scripts ask for some data along the way. Is there ...
0
votes
2answers
46 views

Remove Users Script

Ok So I found this script for adding and deleting users on the internet and I tweaked it a bit in order to make it work for my uses for a project. I understand that this script is vulnerable to sql ...
1
vote
2answers
56 views

Open file in bash script

I've got a bash script accepting several files as input which are mixed with various script's options, for example: bristat -p log1.log -m lo2.log log3.log -u I created an array where i save ...
0
votes
0answers
7 views

record action rhinoscript? similar to photoshop

I'm learning some python script at the moment, very new to it. I am having some trouble with the overall syntax I have read the Python for rhino 5 manual but it seems to take me a lot of trial and ...
0
votes
3answers
35 views

change eol character via cmd

i have a file file1in with unix eol, i have a script to do some editing in it, but the editing is done into output.txt and is renamed as file1and this changes the eol to windows/dos the code is ...
0
votes
0answers
15 views

How to edit my Feed “Newest Post” so just like my ad link

I want to edit feeds "New Post" on my blog: [1] let me just like my PPC ad link [2] http://i.stack.imgur.com/mT0Tc.png This is my template. ...
3
votes
1answer
49 views

php script to modify cico dhcp pool

I'm trying to automate a process of a modem provisioning system. the code below is my attempt with the exception of a form that i did not list that is passing the variables. the DB portion of the ...
0
votes
2answers
36 views

PHP Delete User Script

I have created this script called urmusers.php, however I get an unexpected end of file error. I am a noobie to PHP and just started learning it recently. Could anyone please look at my code and tell ...
0
votes
1answer
63 views

how do i fix: 'access denied' with the move command in windows 7?

Hi there i'm using the windows 7 'move' command like so: move /Y "C:\old.sub.folder\folder.i.want.to.move" "F:\new.sub.folder\folder.i.want.to.move" and i keep getting an 'accessed denied' error ...
1
vote
0answers
39 views

Thermostat control issue

I've got the following Python code for controlling a heater. I'm not a coder: I pinched the original code from Adafruit's DS18B20 tutorial and added to it another piece of code I found on the 'net to ...
0
votes
1answer
40 views

Autoit script calculator not reseting

I created this script to calculate between mAh and mWh. When I put in the values and press calculate, the calculations seem correct. However, I cannot figure out how to enter new values and hit ...
1
vote
1answer
29 views

Set time for execution of php script with exec() instead of waiting for fgets(STDIN)

(I'm french so sorry for potential language errors) I'm trying to launch the auto-airplay script (https://code.google.com/p/open-airplay/source/browse/trunk/PHP/airplay.php?r=20) with the exec() ...
0
votes
3answers
97 views

Unsigned Powershell scripts from HTA

I have created the below batch file and it works flawlessly as long as I run it manually. However, if I run the .bat file from a HTA application, PowerShell says that he can't run the script because ...
0
votes
2answers
38 views

Error With Change Password Script in PHP

I created a PHP script that allows a user on my website to change their password once registered, but am getting an error when I try to open it on the site. I believe it is due to a syntax error on my ...
0
votes
3answers
75 views

copy lines from a text file to another

i have two text files file1 has the following lines line1 line2 hello-hai-1 hello-2-hai 3-hai-hello hello and file 2 has line4 line3 hello-hai-5 hello-7-hai 6-hai-hello hai hello-4 what i want ...
0
votes
3answers
80 views

Python use last x lines [duplicate]

I've got script to read data from Arduino and save it as TXT file. I also have script to separate data and to add date/time, than save in new TXT file. I've got also few Cron scripts like: Read ...
1
vote
2answers
52 views

Javascript button

So i have this javascript piece that has two buttons to go to full screen and one to exit full screen. I want to make it so that if I am not in full screen the button says go to full screen and when i ...
-1
votes
1answer
33 views

How can I control pixels in web?

I wanna create pixel-based graphic through scripts and any other methods in web; especially Internet Explorer. I tried to make 1x1-size-elements and colored them, but it's too slow to render. I heard ...
0
votes
1answer
48 views

Are there any alternatives to getting a Verisign or similar cert for running Powershell scripts on any server?

I've been working on a Powershell script for a little while, which is designed to be used both by me personally (on my local machine) and by other people both in my domain and outside of it. The ...
0
votes
0answers
16 views

Session Files Not Working as Intended

I am having trouble with my session script. I include this file called functions.php in every file I need to be secured, however there is no other code outside of this file and outside of my logout ...
0
votes
3answers
54 views

PHP Sessions: Issue with back button

I am having trouble with my session script. I include this file call functions.php in every file I need a session in. <?php session_start(); { if(isset($_SESSION['username']) && ...
-5
votes
0answers
45 views

PHP Forgot Password Script [closed]

I'm looking to make a PHP Forgot Password Script for my website, but don't want an e-mail feature but rather a script that asks for a secret question and then the user answers it and is allowed to ...
0
votes
2answers
17 views

Python spynner login page issue

I am trying to create basic script to pass username/password and hit enter to just login on web site but i am having problem in click steps its successfully filling out username and password but not ...
0
votes
1answer
39 views

Python reading from Arduino script still not working

iIve asked you few weeks ago about solution on my python's scripy problem. I just started my project again, and still got a problem. My Arduino is working fine, command sudo screen /dev/ttyACM0 is ...
-1
votes
0answers
6 views

Remove DVD drive from device manager [closed]

Is there a way through command line to uninstall the entry under DVD/CD-ROM drives in device manager? Somehow someone applied a GPO on our top level domain and it's affected a number of things, I've ...

1 2 3 4 5 158