I\'m Trying to write a plugin for NotePad++ using NppScripting - a platform for writing plugins using javascript (specifically - JScript).
I am trying to use the GCI cmdlet to get information on many remote computers, some of which are sometimes turned off or unresponsive. Is there a way I can specify a timeout property for get-childitem
I do have permission to do this. I\'ve got a website with about 250 pages from which I need to download the \'product descriptions\' and \'product images\'. How do I do it? I\'d like to get the data
I have a text file with dates in the form: \"date=month_name DD, YYYY\" and \"date=(month_name DD, YYYY)\"
I am loading a set of thumbnail images from an array [hard coded] into a movieclip symbol on the stage. I have two arrays with the thumbnail and the full size image having the same index number. In ma
I\'m looking over a document that describes various techniques to improve performance of Lua script code, and I\'m shocked that such tricks would be required. (Although I\'m quoting Lua, I\'ve seen si
I\'m trying to figure out how to create a dynamic case statement in a bash script. For example, let\'s say I have the output of an awk statement with the following contents
I\'m trying to make a simple PowerShell function to have a Linux-style ssh command. Such as: ssh username@url
I have a Unix shell script test.sh. Within the script i would like to invoke another shell and then execute the rest of the commands in the shell script from the child shell and exit
Here\'s the script: #!/bin/ksh (for k in $(seq 6); do echo $RANDOM; done) > a.txt (for k in $(seq 6); do echo $RANDOM; done) > b.txt