Messages - lujomu [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 8next
1
Environment variables now do work in target, arguments and working directory field and the app icons are also displayed properly! Perfect!  :Thmbsup:

'Play audio file' action does work great and certainly makes things easier and neater!

2
Hey skwire, I had some time to test the new version. Here are my thoughts:

  • The environment variable support seems to work fine for the target of an entry. Could the support maybe be extended to the arguments and the working directory? I'd like to run something like this:
    Target:%DataDrive%\Apps\Launchy\Launchy.exe
    Arguments:/profile "_Data @%ComputerName%"
    Working directory:%DataDrive%\Apps\Launchy
    As a workaround one can simply launch a shortcut (LNK file) with the corresponding entries. This way all environment variables are evaluated properly. Only drawback is, Splat has no chance to determine if the app is already running or not.
    I also noticed that no app/file icon is displayed if you use an environment variable in the target path, but thats fine with me.

  • Running a profile from command line/shortcut works great! I understand that the progress is reflected in the tray icon, but I added a 'Run' entry at the end of my profiles that plays a notification sound when the profile is done launching - maybe someone else finds it useful:
    Target:nircmd
    Arguments:mediaplay 3000 "sound.wav"
    Note: nircmd and the sound file must reside in the Splat app directory (or you have to adjust the paths accordingly) and the number after 'mediaplay' is the play time in ms. This should be as long as the sound file, or playback will be truncated.

Thanks again for the app - it has instantly risen to the Olymp of my daily used apps! ;)

3
Wow, really great app!

I really like how the app handles dropping of shortcuts (LNK files) on the action list. It creates a run action with target, argument and working directory all filled out for you. Just discovered that feature by accident ... you should maybe put that in the description - makes the creation of profiles so much easier!

I also have a minor suggestions if thats ok:
Would it be possible to obey environment variables? So that we could use something like '%UserProfile%\Documents\VeryImportantDocument.pdf' regardless of the current user name? Or so portable apps could be launched regardless of the current drive letter?

Thanks for the app and I am really looking forward to the command line support! :Thmbsup:

4
Coding Snacks / Re: for %%a in (*) do start "" "%%a"
« on: October 12, 2014, 04:41 PM »
It launches EVERY file and folder in the current directory.
I.e. it runs every executable or script files, opens every other file in its respective app and opens an explorer window for every folder.

A little trick to identify what a loop actually does is to insert the word "echo" after "do". This will print out each command instead of executing it:
for %%a in (*) do echo start "" "%%a"

Hope that helps!

5
Screenshot Captor / Re: SC freezes in 'Scanner Options'
« on: May 14, 2014, 01:52 PM »
Solved it!

Investigated a bit more and the problem really seems to be the TWAIN interface.

I noticed that the ever increasing file '%Temp%\TWAIN.LOG' was created during freezes, containing lines such as:
TWAIN_32.DLL - MESSAGE - DSM     ::DSM_Entry - Unserviced Message 113
TWAIN_32.DLL - MESSAGE - DSM     ::DSM_Entry - Unserviced Message 200

This lead me to the following forum post:
http://www.tomshardware.co.uk/forum/37557-63-twain-driver-windows#9814785

The solution described there is to rename the .ds file for your scanner in the 'C:\Windows\twain_32\<ScannerName>' folder. Mine was 'C:\Windows\twain_32\2300 Series\lxcgtwds.ds' which I renamed to 'lxcgtwds.ds.old'.

After that the 'Scanner Options' dialog of Screenshot Captor finally listed the scanner (no restart required) and scanning now works as before!

Pages: [1] 2 3 4 5 6 ... 8next
Go to full version