Circular Helix Array

 From:  Michael Gibson
1519.58 In reply to 1519.57 
Hi Ed, well for editing that .htm file you would just run notepad and then use File > Open in notepad to go open up the file.

If you'd like to have some shortcut for editing that particular .htm file, you could do something like make a shortcut on your Windows desktop that would open that file up in notepad when you ran the shortcut.

To do that, when you create the shortcut in the Windows desktop, put in something like the following for what it should run:

%windir%\system32\notepad.exe "c:\path\to\file.htm"


Then when you double-click that shortcut it will launch notepad and open up that particular file.

- Michael