Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - arewar

Pages: [1]
1
Feature Requests and Suggestions / GUI: Display drive name
« on: July 06, 2015, 21:23:11 »
Just a minor thing I think would be more convenient for me.

The drive bar displays the letters of each drive, but not the names. It would be great to have an option to display the names of those drives here. (Bonus points for being able to give them aliases as well.)

2
Script / FocusPath/TargetPath/SourcePath empty?
« on: July 02, 2015, 18:14:31 »
I'm trying to make a button that runs a program with certain directory information. I'm creating a user command batch script.

This is what I have in my script area. It changes to the directory I need, runs the program and feeds in the "focusfilepath". What I show below works great, but what I need is ${focuspath} instead of focusFILEpath. When I use ${focuspath} it does not give me any data, it's just empty.

I've also tried targetpath and sourcepath, which are also empty. But their FILE-counterparts work too. Am I missing something to get just the directory?

D:
cd D:\Test\_QA\check
CreateChecksum -NODB "${focusfilepath}" 5000000 0

Pages: [1]