Hello,
I happily used Slickrun on my Win XP Vista and 2007 machines but I am having some difficulty implementing the same setup and wonder if anyone has some ideas for me.
In addition to the standard commands I created a series of commands that would allow me to append to a csv file with a time and date stamp. For example, I could type the magic word “log” and then “started project” and the command would append to a prespecified csv file with the date, time, and started project in column A B and C respectively. I also had a file I could add a tag to in an additional column by using the first word typed after the magic word as the tag.
I did this by using the cmd command and a path to where the file was locationed. The parameter was:
"/c echo %DATE%,%TIME%,$i$ >> add2file.csv"
When trying this in Windows 8 I receive first a UAC promt. If I allow the prompt or turn off UAC I hear the Slickrun success sound, but upon checking the file find neither the timestamp or the text item.
I have upgraded to the latest Slickrun version and I have tried checking the “run as administrator” box in the magic word dialogue.
Does anyone have any idea how to fix this? Alternatively, I’m trying to do something pretty cimple by adding to this log file. Any other ideas using Slickrun or launchy etc would be welcome. If I get this set up right I should be able to add to the log using both slickrun as well as the Drafts app on my iphone.
Thanks
Tom
--
You received this message because you are subscribed to the Google Groups "Bayden" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bayden+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Thanks for your offer to check out my command. Somehow the parameters I set up started working again. Now I have Drafts on my iPhone and Slickrun on my PC going to the same csv file on Dropbox.
One more question: I use a csv file because then I can not only add a note to the file but a tag also. I use it like this “magicword tag,thing I want to log” so that when I open the csv I have a column with a tag that can be sorted on in addition to the item itself. The problem with this method is obviously that the item can never contain commas.
Can you think of another solution or could Slickrun somehow define two separate columns? Would there be a way to put tabs in the parameters and then create a text file with a .tab suffix?