Search found 116 matches

by th.
22 Aug 2007, 22:09
Forum: Feature Requests
Topic: How to create new files
Replies: 4
Views: 5167

:D
by th.
14 Aug 2007, 21:00
Forum: General Discussion
Topic: Shortcut for "My Computer"
Replies: 4
Views: 7109

I'm not sure but I think I found it by accident :)
by th.
11 Jul 2007, 23:13
Forum: Feature Requests
Topic: How to create new files
Replies: 4
Views: 5167

Try this VBScript: 'NewFile.vbs Filename = InputBox("New file name:", "Create new file") If Filename <> False Then Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.CreateTextFile(Filename) End If The User Menu entry for this should look like ...
by th.
03 Jul 2007, 23:23
Forum: Feature Requests
Topic: Substitute disk names
Replies: 4
Views: 5753

That's why Waldemar suggests the option to set an "alias name" for a disk that is displayed instead of the drive label (in the Change drive menu and as a tooltip in the drive bar).

I think this is a good idea.
by th.
21 Jun 2007, 23:19
Forum: General Discussion
Topic: Shortcut for "My Computer"
Replies: 4
Views: 7109

The shortcut to "Eigene Dateien" on a German keyboard is Ctrl+ü
by th.
12 Jun 2007, 22:58
Forum: Feature Requests
Topic: Autorun integration
Replies: 5
Views: 7437

In the attached archive you find some files to enable Salamander in Autoplay. AS_autoplay.reg in combination with ASstart.vbs creates an Autoplay entry that opens the drive in the active panel of Salamander. If Salamander is not running it will be started and the drive will be opened in the left pan...
by th.
17 May 2007, 02:09
Forum: Feature Requests
Topic: copy sfn - short file name/path
Replies: 6
Views: 8609

This is similar to what Klettermaxe suggested but with the help of a litte freeware tool called winclip.exe (find it at http://www.dmst.aueb.gr/dds/sw/outwit ). Put it somewhere on your computer e.g. d:\tools\winclip.exe and create a user menu item like this: Command: echo Arguments: $(DOSFullName)|...
by th.
04 May 2007, 23:41
Forum: Feature Requests
Topic: extract many archive files (zip etc) at once
Replies: 15
Views: 27980

You can use the builtin Windows unzip function in a VBScript like this: Set objFSO = CreateObject("Scripting.FileSystemObject") Set objSA = CreateObject("Shell.Application") Set objArgs = WScript.Arguments ZipFile=objArgs(0) l=InStrRev(ZipFile,".zip") If l>0 Then UnzipT...
by th.
04 May 2007, 19:52
Forum: Problems and Troubleshooting
Topic: Internal ZIP Tool not working with special characters
Replies: 9
Views: 17449

RE: Internal ZIP Tool not working with special characters

I tried it and found the problem occurs when the Zip file is created with the Windows compressed folder function. See attached examples, one zipped with AS, one with Windows compressed folder.
When opened in Explorer, both files are shown correctly.

The Windows language option is set to German.
by th.
19 Apr 2007, 23:37
Forum: General Discussion
Topic: RC3 Quick Rename: Copying the name of file
Replies: 21
Views: 22925

Since I'm using F2 only to rename a file and in most cases the filename part only, I like the new style as it is.

I don't like the idea of cyclic F2.
by th.
19 Apr 2007, 23:12
Forum: Feature Requests
Topic: MP3 Tag Editor & Renamer
Replies: 2
Views: 3987

I suggest to use MP3Tag (http://www.mp3tag.de) for these functions. Just put it in the user menu.
by th.
19 Apr 2007, 11:21
Forum: Problems and Troubleshooting
Topic: File permissions dialog
Replies: 25
Views: 23253

Well I just tried it out to be mean :twisted: .
by th.
19 Apr 2007, 09:49
Forum: Problems and Troubleshooting
Topic: File permissions dialog
Replies: 25
Views: 23253

I think that the permissions dialog should be re-added at least if AS is run under NT4 (in RC3 the function is grayed out).
by th.
17 Apr 2007, 16:11
Forum: Problems and Troubleshooting
Topic: File permissions dialog
Replies: 25
Views: 23253

But here always the first page ("Allgemein" in German version of Windows XP) of the file properties dialog is displayed so I have to change manually to the security page.
by th.
17 Apr 2007, 14:44
Forum: Problems and Troubleshooting
Topic: File permissions dialog
Replies: 25
Views: 23253

File permissions dialog

Ctrl+P or Files->Security->Permissions in the menu brings up the file properties dialog instead of the file permissions dialog.