Messages - fjorge [ switch to compact view ]

Pages: [1] 2next
1
Find And Run Robot / Re: Launching Win10 "Apps" from FARR.
« on: December 18, 2019, 08:17 AM »
Thanks. It worked!

2
Find And Run Robot / Re: Launching Win10 "Apps" from FARR.
« on: December 18, 2019, 04:36 AM »
Hi,

Sorry to bring such an old topic back to life.

Has anybody found a solution to access Windows 10 "Apps" from FARR?

I have tried addind "C:\Program Files\WindowsApps" to search folders without success.

Thanks.
Fran

3
Find And Run Robot / Re: Alias help needed
« on: January 20, 2009, 02:52 AM »
Would using a batch file to perform manipulation of session.ini filenames be of any help as a piece of this puzzle?

FWIW, the following removes the .ini portion (along with double quotes) of a string passed as a first argument to the batch file:

REM based on http://groups.google.com/group/alt.msdos.batch.nt/msg/923423bf3143fcdd
REM try to manipulate first argument to batch file
SET inifilename=%1
REM remove .ini
SET inifilename=%inifilename:.ini=%
REM remove double quotes
SET inifilename=%inifilename:"=%
ECHO %inifilename%

It may be that using double quotes may be important depending on the file path being manipulated.

Is there any way for FARR to run this batch over the results?

4
Find And Run Robot / Re: Alias help needed
« on: January 15, 2009, 10:16 AM »
I look forward to seeing this implemented in FARR.

Thanks a lot.

5
Find And Run Robot / Re: Alias help needed
« on: January 15, 2009, 07:54 AM »
Yeah, you have caught the point. That is exactly what I would need. Do you think it is doable?

Pages: [1] 2next
Go to full version