Search found 22 matches
- 07.12.2024, 02:42
- Forum: General Discussion
- Topic: Samsung Phone not showing in Freecommander when connected by USB
- Replies: 1
- Views: 7483
Samsung Phone not showing in Freecommander when connected by USB
When I connect my Samsung to the computer by USB it shows up in Windows Explorer but not in FreeCommander. Is there a fix for this?
- 01.12.2020, 02:02
- Forum: General Discussion
- Topic: Simple Batch File Does not work in Freecommander XE
- Replies: 2
- Views: 9810
Simple Batch File Does not work in Freecommander XE
I want to use a bat file to delete the folder under the cursor in FC XE. The file is
@ECHO OFF
ECHO Delete Folder: %CD%?
PAUSE
SET FOLDER=%CD%
CD /
ECHO Folder to delete is: %FOLDER%
PAUSE
DEL /F/Q/S "%FOLDER%" > NUL
RMDIR /Q/S "%FOLDER%"
EXIT
It works fine in Explorer but FC always has the ...
@ECHO OFF
ECHO Delete Folder: %CD%?
PAUSE
SET FOLDER=%CD%
CD /
ECHO Folder to delete is: %FOLDER%
PAUSE
DEL /F/Q/S "%FOLDER%" > NUL
RMDIR /Q/S "%FOLDER%"
EXIT
It works fine in Explorer but FC always has the ...
- 16.09.2020, 00:56
- Forum: General Discussion
- Topic: Name of the Folder Under the Cursor
- Replies: 1
- Views: 8350
Name of the Folder Under the Cursor
I want to be able to get the name of the folder under the cursor in FreeCommander to use in a batch file. The value is held in the variable "CD" in windows explorer. What is the variable I heed to get the value in FreeCommander?
- 23.04.2016, 22:04
- Forum: Feature Requests
- Topic: Keyboard and Mouse Macros
- Replies: 6
- Views: 14206
Re: Keyboard and Mouse Macros
No not short-cuts, I mean real macros that you can record and play back and edit to save repetitive task in FC
- 22.04.2016, 06:12
- Forum: Feature Requests
- Topic: Keyboard and Mouse Macros
- Replies: 6
- Views: 14206
Keyboard and Mouse Macros
It would be great to see macros added to FC. It would save a lot of time for repetitive tasks. Is there any prospect of these being added to FC?
- 21.06.2014, 04:06
- Forum: General Discussion
- Topic: Scroll Wheel Movement
- Replies: 0
- Views: 4881
Scroll Wheel Movement
When I try to use the mouse scroll wheel to scroll down a long list of directories it only scrolls 6 lines instead of doing a PageDown. Is there some way to set XE to do a PageDown instead of scrolling just 6 lines? The mouse wheel is set under the control panel to always scroll a page but XE seems ...
- 24.05.2014, 22:51
- Forum: General Discussion
- Topic: "Save Settings" not saving the new tabs
- Replies: 5
- Views: 9012
Re: "Save Settings" not saving the new tabs
When I try to use "Restore All Settings" I get the error message "Restore Settings: No more internal file identifiers available"
I don't know what that means!
I don't know what that means!
- 24.05.2014, 21:50
- Forum: General Discussion
- Topic: "Save Settings" not saving the new tabs
- Replies: 5
- Views: 9012
Re: "Save Settings" not saving the new tabs
Thanks for your reply Dreamer. All tabs are locked and the program does update FreeCommander.ini but it does not save the newly created tabs into the file.
- 24.05.2014, 11:07
- Forum: General Discussion
- Topic: "Save Settings" not saving the new tabs
- Replies: 5
- Views: 9012
"Save Settings" not saving the new tabs
Is there a limit to the number of folder tabs that XE will save? I currently have 10 tabs and have tried a number of times to add two more but they are not being saved by"Tools -Save Settings".
Each time I restart the new tabs are missing. I am using XE version 2014 build 650 on Win 7 home premium
Each time I restart the new tabs are missing. I am using XE version 2014 build 650 on Win 7 home premium
- 16.10.2013, 20:39
- Forum: Discussion
- Topic: Change Thumbnail Size
- Replies: 11
- Views: 53199
Re: Change Thumbnail Size
Thanks for your answer Dreamer now I've found it. I expected it to be in XE settings under Tools/Settings/View/Thumbnails. I never use the buttons so missed it.
Is there some way to save the thumbnail size setting so XE doesn't revert back to the previous thumbnail size? Tools/Save Settings does ...
Is there some way to save the thumbnail size setting so XE doesn't revert back to the previous thumbnail size? Tools/Save Settings does ...
- 15.10.2013, 03:55
- Forum: Discussion
- Topic: Change Thumbnail Size
- Replies: 11
- Views: 53199
Change Thumbnail Size
Is there some way to change the size of the thumbnails in FC XE. I see you can change the spacing between thumbnails but cannot find where you can change their size
- 09.06.2013, 22:51
- Forum: Discussion
- Topic: Mouse Wweel Left and Mouse Wheel Right
- Replies: 4
- Views: 7711
Mouse Wweel Left and Mouse Wheel Right
How do I stop XE from using the Mouse Wheel Left and Mouse Wheel Right actions? I have these two keys assigned to global actions and do not want XE to capture these. Can I turn them off in XE?
- 26.08.2011, 22:46
- Forum: General Discussion
- Topic: WinPE and FreeCommander
- Replies: 0
- Views: 4697
WinPE and FreeCommander
I have FreeCommander working in WinPE but not in tree mode. When View\Tree is selected the program returns the error message "The system cannot find the file specified". It doesn't matter which drive is selected in FreeCommander the same error message is displayed. Can anyone help?
- 17.11.2010, 03:46
- Forum: General Discussion
- Topic: Will release FreeCommander 64bit version?
- Replies: 4
- Views: 13242
Re: Will release FreeCommander 64bit version?
Hurrah - good to see Libraries will be included in the next release. I find I frequently have to go back to MS Explorer to get access to this feature.
- 17.06.2010, 09:13
- Forum: General Discussion
- Topic: Tabs Question
- Replies: 1
- Views: 5678
Tabs Question
There is one tab that I use a lot. When I select it I also have to select the Modified Date column because this is the way I find the latest files in the directory. All the other tabs I use I want to have the contents sorted by Name. Is there anyway to have a tab remember the sorting order for that ...