2
votes
2answers
49 views
A scripting language for legacy hardware
I want to pick up a scripting language for real legacy hardware. It must be compilable for 16-bit. What may suffice?
0
votes
3answers
69 views
Bash: overridding ls -la with ls -la | more (basic bash scripting problem)
Pretty new to bash scripting. Trying to over ride the ls -la command to be: ls -la | more
(Seems more useful for me).
I added this to the end of my .bashrc.
154 # alias 'ls -la'='ls -la | …
3
votes
3answers
75 views
RSS feed reader that supports filtering?
In the past I have been using Akregator and GoogleReader to read my RSS feeds. The latter is particularly interesting as I am not right to a single computer and that it supports social sharing.
…
1
vote
1answer
325 views
Useful scripts for Sikuli
Thanks to Lifehacker I came across Sikuli which is described as:
Sikuli is a visual technology to
search and automate graphical user
interfaces (GUI) using images
(screenshots). The first …
1
vote
1answer
111 views
How to sign a PowerShell script easily?
I'd prefer using the AllSigned execution policy with PowerShell, but self-signing my scripts seems to require several hundreds of megabytes of downloading and installation and the signing process …
0
votes
2answers
117 views
Programmatically reconnect to wifi network
Sometimes I work with frequently-dropping wifi connections.
I can either reconnect manually or wait some time (varies from few seconds to few minutes) before windows attempts to reconnect. Is there a …
1
vote
3answers
196 views
Script to move specific user folders in Windows 7
Hi there.
When I install Windows Vista/7, I move some of my user folders onto a new partition (i.e. Documents, Musics, Pictures, etc.). This does not include moving the whole User directory, just …
1
vote
1answer
51 views
MacOS X: How to have a handy “Open this folder in iTerm” shortcut?
Hi!
I think the title states exactly what I want to do. I want a shortcut or even a button within Finder which fires up a new iTerm Tab and changes the location to the location i've open in Finder. …
4
votes
4answers
1k views
How can I run an application with command line arguments in Mac OS
Is there any easy way to append command line arguments to an application on a Mac? For example, to run Opera in kiosk mode or to use a different profile in Firefox, I can type
$ …
5
votes
2answers
391 views
Create a logoff script/task for Linux
In similar vein to my question for Windows and Mac OS X, how would one go about creating a logoff script for Linux?
Any distro is fine, as I'm sure it'd be extendable across others. I'm most …
2
votes
3answers
133 views
Automator workflow save as…
(first time automator user)
I created an Automator workflow (Folder Action) that watches a certain folder for certain file types and moves them to another folder.. I've tested it via Step and Run and …
1
vote
2answers
195 views
Windows 7 Action Center messages via script
I would like to know how to read, via vbscript, WMI, Powershell etc -the new Windows 7 Action center messages that the user normally gets informed of.
I want to read all those messages on each …
0
votes
2answers
126 views
Is there a way to get access to a window handle in windows using WSH, or WMI or similar?
Is there a way to get access to a window handle in windows using WSH, or WMI or similar? I just want to flag a window as always-on-top. Ideally I'd use windows script host for this.
(Should also be …
0
votes
2answers
373 views
Create a logoff script/task for Windows
Without using AD GPOs (Active Directory Group Policy Objects), or similar, how would one go about creating a logoff script for Windows?
This would be for XP (home and pro), Vista, and 7, in a …
0
votes
6answers
328 views
How to use ssh from shell script without waiting for password?
I can not use public key method. I also don't want to use expect script. I searched this site for solution but everybody is talking about these solutions.
Is there any other way like command line …
