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 - Herrie

Pages: [1]
1
Support and Feedback / commandline windows 10
« on: April 13, 2020, 15:41:21 »
Here I am again with more or less the same problem as in 2017

In Windows 10 on the taskbar I want to start MultiCommander according to my startup.ini
the commandline in 'Target' reads

"C:\Program Files\MultiCommander (x64)\MultiCommander.exe" -F="Startup.ini""

It looks like the " are wrong

has anyone got the corect version?

2
Support and Feedback / startup.ini
« on: January 07, 2017, 17:55:09 »
I think I am going nuts over this.
All I want is MC to start with 2 windows.
Left the G drive and the folder Mijn Documenten
Right The F drive.

Mij startup ini contains this

Code: [Select]
[PANEL_1]
Path = "G:\"
Side = L
ShowTree = 1
Locked = 0

[PANEL_2]
Path = "F:\mijn documenten"
Side = R
ShowTree = 1
Locked = 0

The commandline in windows 10 is:
"C:\Program Files\MultiCommander (x64)\MultiCommander.exe" -F= "Startup.ini""

WTH am I doing wrong??


3
Hello guys,

I am a bit familiar to vba scripting. What I would like to see/accomplished is that approx. 500 files are rearanged into specific (sub)folders named with the weeknumber of the files.
Example:
NOW:
file[whatever]{date = 01-01-2016}  /week 1
file[whatever]{date = 08-01-2016}  /week 2
file[whatever]{date = 15-01-2016}  /week 3
file[whatever]{date = 01-22-2016}  /week 4
file[whatever]{date = 01-29-2016}  /week 6
etc.

NEW situation
MainFolder/Week_1/file[whatever]{date = 01-01-2016}
MainFolder/Week_1/file[whatever]{date = 02-01-2016}
MainFolder/Week_1/file[whatever]{date = 03-01-2016}
MainFolder/Week_1/file[whatever]{date = 04-01-2016}

So, I need to calculate the weeknumber of each file,
use this number to:
Create a new folder with the name"Week" &[weeknumber] /one time operation for files concerned
Move the files within this weeknumber period to the newly created folder.

Jumping through the whole list of files in the [main] folder.

Q:
is it possible?
How to accomplish?

Any help would be appreciated.

Perhaps it might be an extra 'tool' as well for MC

4
Support and Feedback / MC fully take over win explorer
« on: August 11, 2016, 18:08:18 »
Dear Forum members,

Is it possible to have MC as 'standard' explorer?
(I mean a full take over, so that win explorer is NOT being used at all)
If so

How to?

5
Support and Feedback / Start up with folder tree openend
« on: July 24, 2016, 17:07:42 »
Perhaps I am dumb, but I want to open MC, showing a specifried drive AND it's folderlist.
I seem to be blind or so, but I cannot find te setting.
I use windows 7 64 bit

Pages: [1]