Scripting is a form of programming generally characterized by low formality, loose typing, and no requirement for explicit compilation. There are numerous scripting languages, and these are used in a wide variety of scenarios - command-line applications, GUIs, server-side applications, extension ...

learn more… | top users | synonyms (1)

0
votes
1answer
9 views

Linux How to run script at certain time?

I have a text file containing a specific date and time. I want to be able to run a script at the time specified in that file. How would you achieve that? Create another script that runs in background ...
-1
votes
0answers
8 views

How can I make dynamic survey with random questions on google drive?

I want to make a survey that can random one question from questions list. How can I do it? I am a newbie in this,so can you give me some example or scripts?
0
votes
1answer
27 views

What's the best language to clean up (a lot of) HTML code, and import into a database? [on hold]

I have been given a lot of (badly formed) html code. I have used the JSoup library for java in the past, but now that I've been given another project, I'm wondering if java is the best way to go. ...
0
votes
0answers
28 views

What is the easiest way to run Python code in JavaScript [on hold]

I am making a project in Unity3D where the user can do a small amount of scripting. If this is too hard with Python, I am open to suggestions for other languages to use. Thanks
0
votes
1answer
16 views

Script to configure install variables and output correct install switches

I need help with a script that will pull the hostname or username of a user logged in a windows computer and compare it against a table of hostnames or usernames and add the right variable. EX. ...
-2
votes
1answer
75 views

Why scripting languages like ruby, python need virtual-environments like virtualenv & gemsets but not Java? [on hold]

As I researched on this very same question, I got the following : Unlike Ruby & Python - Java do-not have the concept of system wide installation of libraries. So, they configure their ...
0
votes
1answer
35 views

Invoking a script function within the view from the controller [on hold]

I would like to know if it is possible, in asp.net mvc 4, to invoke a script function with parameters from the controller. If so, how can I do this? I want this to update a div block which has ...
0
votes
0answers
11 views

PsExec doesn't want to execute without cmd window visible on remote pc

I have written a script to execute a software tool remotely using PsExec. If I run the script with the "-i" parameter (this makes the UI visible on the remote pc), the script works flawlessly. Now If ...
0
votes
1answer
26 views

Shell script to copy a file to a location displayed on the terminal after the build [on hold]

I have written a shell script for automation. I want to know how to get the location displayed on the terminal into a variable and use that variable that contains the location to copy that particular ...
0
votes
3answers
46 views

IF Statement to Compare Two Files in Unix

I have a unix script, that will create the md5sum for two files and then check that the two files match. This is an example of the script - but this is not comparing the files correctly - can anyone ...
2
votes
1answer
20 views

Directory listing is slow when doing it in a batch script

Hello StackOverflow members! I am trying to run the following command: REM the below line lists the folder names that are to be read FOR /F "TOKENS=* DELIMS=" %%d in (%start_dir%\folder_list.txt) DO ...
0
votes
1answer
11 views

Unit testing SuiteScripts and NetSuite Workflows in NetSuite

I was looking for the options on how to unit test NetSuite SuiteScripts and workflows? Is there any framework for that??
-2
votes
1answer
44 views

which is faster java or batch scripting [on hold]

I want to traverse few folders (which have subfolders and files in that) to search some word in the file and want to get line number, last modified date as result. Which is the better and efficient ...
0
votes
2answers
25 views

How do I make a conditional calculation to search a record field for a specific string?

I have two fields: Description and Type. When the Description field contains the string "Beneficiary" amongst other words, I would like the field Type to automatically set as "Beneficiary" So the ...
2
votes
1answer
72 views

Delphi: Creating a TComboBox in a dynamically created form at runtime

Okay, I am working in a project that was originally done in D7. And I am doing double duty here as I am working on fixing bugs in the original code and attempting to port it over to XE3/4. Kinda ...

15 30 50 per page