2
votes
3answers
2k views
Execute PowerShell Script from C# with Commandline Arguments
I need to execute a PowerShell script from within C#. The script needs commandline arguments.
This is what I have done so far:
RunspaceConfiguration runspaceConfiguration = …
0
votes
0answers
7 views
Script to create ODBC connection
I need to deploy some software through SMS/SCCM and the software requires that an ODBC connection be created in Windows. The connection information I was given requires a user name and password. I …
2
votes
2answers
68 views
Difference between launching a script with ./script.sh and . ./script.sh
Please tell me what is the difference in bash shell between launching a script with
./script.sh and . ./script.sh?
0
votes
3answers
54 views
deleting brackets in a file using sed
Can anyone help me in deleting brackets in a file ?
here is my script ..
#!/bin/bash
for file in fftw is_c mpi_tile pmb tau xhpl
do
for state in C0 C1 C2 C4
do
printf …
0
votes
1answer
26 views
Nsis - changing installation directory.
Currently I am in my installing directory say c:\Program File\My installer.I have to execute a demo.bat file that is stored at some other location say c:\Program Files\Temp\example.bat,which I have to …
1
vote
4answers
30 views
Script to open executables and snap to top left hand corner of desktop
Hi guys
I was just wonderin' in a .bat file, if there was a way to call an external .bat file, or even an *.exe and make it open so it 'snaps' to the top left hand corner of the screen ?
Cheers
0
votes
2answers
29 views
How to read string from file using Groovy in QuickBuild
Please, some help to newbie in QuickBuild.
I have a lot of versions stored in text files. To start build process I need to retrieve it and run some scripts in shell. My answer is, how to read from …
0
votes
2answers
33 views
CAMEL is processing the file before the “mv” command completes
We are facing a problem in our monitor script.
The flow of the program is
Customer ftp/sftp the file (in .csv format) to "source" directory
Bash script renames the completed .csv file to .aaa file
…
0
votes
2answers
46 views
awk save command ouput to variable
I need to execute a command per line of some file. For example:
file1.txt 100 4
file2.txt 19 8
So my awk script need to execute something like
command $1 $2 $3
and save the output of command $1 …
0
votes
3answers
20 views
Using apple’s Automator to pass filenames to a shell script.
I have an automator script that I'd like to run on a folder. I want the script to take each file in the folder and run my shell command on it. Automator is set to pass input to stdin, but I don't …
0
votes
2answers
43 views
Kill Running PHP Script via Process ID?
Hello all,
I make lots of GET requests to several PHP scripts via AJAX. I want to ask for implementation advice on how to kill a PHP script that is currently running (in the background).
Is there …
1
vote
0answers
72 views
Stackoverflow website Code downloadable or free to use? [closed]
Hi,
Is the website script running stackoverflow downloadable? or does it have a similar scripts?
I like how stackoverflow website was structured; Function and Design are pretty is straight forward. …
0
votes
0answers
16 views
Action Script 3.0
how store database in action script......... please kindly help me for that
1
vote
2answers
16 views
embed flash in the background (hidden on the page)
Hey all,
I'm trying to make an mp3 player that passes javascript events to a flash file. I'm not very saavy in flash so this may be a simple question.. but how do you make a "movie-less" flash file? …
0
votes
5answers
70 views
simple encryption tutorial?
I'm looking for a simple encryption tutorial, for encoding a string into another string. I'm looking for it in general mathematical terms or psuedocode; we're doing it in a scripting language that …
