topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday September 21, 2026, 2:33 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 78 79 80 81 82 [83] 84 85 86 87 88 ... 158next
2051
Applied.
Nothing happen after multiple proofs.

I will revise everything trying to determine what i am doing bad

the code i use :

Code: Autohotkey [Select]
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. #Warn  ; Recommended for catching common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5. Click,Right
  6. Sleep,200
2052
Ejem. The concept is clear after analyze. Applying
 :-[ :tellme:
2053
This ahk should do it.

Sendmode,input
Click,Right
Send,w
Sleep,200
Send,t

Compile it to exe.. maybe NewTextFile.exe.
In RegEdit go to
HKEY_CLASSES_ROOT\Directory\shell
create a key
New Text File
under that create a key
command

for default value put path to NewTextFile.exe
example C:\Utils\NewTextFile.exe

Since there is no window it should not block the mouse.  It's just a macro to right click to open menu, then sends 'w' and then 't'  the system does the rest.  It's just opening the New submenu.

I don't understand all the concept, but I will try and comment.
Best Regards
 :-*
2054
Ok.  After the text file is created do you want to open it in an editor or just double click to open?

Just double click to open. the same behaviour like in the "new" secondary contextual menu.
2055
Ok.  Let me get it straight.  You right click an empty space on desktop or folder and the command is in the menu?  Or you right click on a file and the command is there?  It would seem more logical to do the former if making new files.

Yes, the former Miles.
Create a new txt file just clicking right in an empty space of the desktop or any windows explorer folder .
 :-*
2056
Really asinine

I prefer to wait to you. Seems an annoying solution by your words. And not for the main contextual menu.
 :-[
2057
Miles only hopes is a new entry in the main contextual menu, not in the new submenu of the main contextual menu......

 :-[
2058
Ok.  I already had Text File in New menu.  Here's what I did to get a template file.

This key
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.txt\ShellNew

I added a new string named FileName and for value Template.txt


In the folder C:\Windows\ShellNew I made a file named Template.txt.  The contents is:
This is a text file template.

Now if I right click the desktop or in a folder, select New text document, name it, then double click, it has the text from the template.

One thing I notice I can't do it directly under C:\

It has to be in a folder.  The permissions situation with W8 seems even worse than W7 now.  Every move is hamstrung. I can't even save a file from Editpad directly into C:\Windows\ShellNew.  I have to save it somewhere else, then drag it.  Really asinine.

Anyway, I hope the template text default was what you were interested in.  If not then, Never Mind.  :)

Seems easy for me. Running to try and will comment.

Best Regards
2059
have you tried running this command via a batch file? fsutil file [createnew]

https://www.microsof...cs/en-us/fsutil.mspx
Running to try inmediately.
Best Regards
 :-*

Seems a very powerful tool.
Have you tried really ?
I don't the command and is for windows 7-64

Best Regards
2060
have you tried running this command via a batch file? fsutil file [createnew]

https://www.microsof...cs/en-us/fsutil.mspx
Running to try inmediately.
Best Regards
 :-*
2061
It must be easy. Some day i will get.
I note down this post to not forget.
 :P
2062
I am using windows explorer tomos. I am very used to addons collected along the years and adapted when change system.

At the present moment i prefer to try with a explorer related tool.

continue trying with lopesoft.

Do you know if exist a forum of this tool ?

Best Regards
 :-*
2063
General Software Discussion / Re: I don't have the option send to desktop
« Last post by Contro on February 21, 2014, 06:31 AM »
Skwire please take a look at https://www.donation...66.new;topicseen#new
May be a similar case. I don't get to create the new entry in this case.

Best Regards
2064
Is the main menu also a folder ?
likes the sendto folder ? C:\Users\JOSE\AppData\Roaming\Microsoft\Windows\SendTo
Can i do something ?
 :-*
2065
General Software Discussion / Re: I don't have the option send to desktop
« Last post by Contro on February 21, 2014, 06:15 AM »
Done and working skwire

http://img329.imageshack.us/img329/1451/muyfelizna4.gif
2066
General Software Discussion / Re: Add a word 2010 function to template
« Last post by Contro on February 21, 2014, 04:48 AM »
open the VBA editor (SHIFT+F11) and copy to the NORMAL document.

if there's no module associated with NORMAL you can copy the module from the existing file, otherwise just copy and paste the code (then SAVE SAVE SAVE)

Copy how ?. A step by step ? I am lost.
 :-[
2067
General Software Discussion / Re: Add a word 2010 function to template
« Last post by Contro on February 20, 2014, 07:58 PM »
pretty sure you should copy it into the normal.dotm...

But How ?. I have a headache trying to see how to save the script/macro/VBA file . :-[
2068
General Software Discussion / Add a word 2010 function to template
« Last post by Contro on February 20, 2014, 12:59 PM »
How can I add this word function (macro) to the template exactly. I try with no results. I get functioning, but not to save to template for not copy/paste everytime I want to execute the function in a document to extract the hiperlinks.....
For word 2010


This is the code :

Code: Visual Basic [Select]
  1. Function doHL()
  2.  
  3. Dim nd As Document
  4. Dim a As Document
  5. Dim h As Hyperlink
  6. Dim r As Range
  7. Application.ScreenUpdating = False
  8. Set a = ActiveDocument
  9. Set nd = Documents.Add
  10. For Each h In a.Hyperlinks
  11. Set r = nd.Range
  12.  r.Collapse
  13.  r.InsertParagraph
  14.  r.InsertAfter (h.Address)
  15. Next
  16. nd.Activate
  17. Application.ScreenUpdating = True
  18. Application.ScreenRefresh
  19. End Function


Save the function to the normal.dotm or corresponding to have for ever available....
2069
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 19, 2014, 04:35 PM »
Yeapssss.
But i insist in the partial point of view of Mouser - like i see of course- that the really dangerous situation is two residents antivirus suites. Or incompatibles in any case like i have lived a few days ago with avast and outpost security suite agnitum.....
 :-*

Nevertheless i am in my school : donation coder.
2071
Probably is a question of arguments in the corrresponding line, but how can i do that.
It's like propose a command from the command line i think
Best Regards
2072
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 19, 2014, 02:33 AM »
Installed the portable version.
Seems strange to me, but i engaged to the windows 8 firewall forum .
I am learning
 :-*
2073
(see attachment in previous post)

Understood 4wd . Best Regards
 :tellme:
2074
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 18, 2014, 07:19 PM »
Just get a firewall, eg. the free version of Windows 8 Firewall Control.

I have windows 7 only . And xp in virtual machines, but don't use antivirus in the virtual machines.

Did you even look at the website?
 (see attachment in previous post)

I will take a look. But really i would like antivirus in coexistance only. I haven't a problem with windows firewall for years as long i remember.
 :P
2075
General Software Discussion / Re: List bookmarks url's to a txt file
« Last post by Contro on February 18, 2014, 10:08 AM »
With pspad

Edit-sort-delete duplicates-Accept

That's all !!!!

Best Regards


EditPad Lite 7 can do the same thing.  I used PsPad for html since it has a previewer that simulates IE.  That way I don't have to bring up IE just to test.  But anyway, PsPad is ok.  A bit quirky though. I've used EditPad Lite for plain text for years.  The font settings can be annoying when you forget how you got there. I don't know why there's no button to permanently set the font on the toolbar.  But other than that it's ok for a freebie.  :)




Understood Miles
Best Regards
 :P
Pages: prev1 ... 78 79 80 81 82 [83] 84 85 86 87 88 ... 158next