topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday September 20, 2026, 1:15 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 ... 56 57 58 59 60 [61] 62 63 64 65 66 ... 158next
1501
I am repeating the experience with the original ahk file but happen the same.
By some reason the script don't go in my system now.

the ini file is :
;-- 1. Set an unpack folder where bookmarks are copied
;-- 2. Set Firefox profile folder
;-- note: to find the profile folder, type about:support and enter in Firefox,
;-- and then click "Show Folder" on the page that loads
[options]
unpack_folder=C:\Users\JOSE\Desktop\Unpacker
profilefolder=Y:\FIREFOX PERFILES\PEPE


I am executing from the same directory where the ini file is
1502
Nod5 I am having doubts with :

"If you use Firefox then maybe FFBookmarkUnpack may be of use to do a one time unpack of all your firefox bookmarks into subfolders with .url files, http://nod5.dcmember...ookmarkunpacker.html"

I have been modifying my bookmarks.
And finally when reiniate the system o execute the program I don't get the shortlinks. Only the empty folders.
I even delete the entire folder and repeat but just the same.
I only obtaining empty folders.


1503
I am with Y:\FIREFOX PERFILES\PEPE\sessionstore-backups\recovery.js

Code: Text [Select]
  1. if (!(Test-Path -Path "Y:\FIREFOX PERFILES\PEPE\sessionstore-backups\recovery.js")) { Exit }
  2. $opentabs = (Get-Content "Y:\FIREFOX PERFILES\PEPE\sessionstore-backups\recovery.js") | ConvertFrom-Json  # Firefox

C:\> powershell.exe -noprofile -executionpolicy bypass -File "C:\Users\JOSE\Desktop\JSON2Shortcut.ps1"

If it's on your Desktop why aren't you running it from the shortcut it came with, (ie. put the shortcut on the Desktop also)?

It's running well now.
The scripts includes the pinned tabs from the active session i suppose.
1504
It seems the version correct because of your links.

But for me don't go.
I need support. So i am going to a JSON forum

Anyone knows one ?

Best Regards
1505
I am revising too if i really have version 3
C:\Windows\System32\WindowsPowerShell\v1.0

 :o
1506
Now the difficult part.

I have to modify the line

C:\> powershell.exe -noprofile -executionpolicy bypass -File ".\JSON2Shortcut.ps1"


I opened a console and try
The command seems recognigzed. So good for me.


The prior command is the script is in my desktop would be :

C:\> powershell.exe -noprofile -executionpolicy bypass -File ".\JSON2Shortcut.ps1"

C:\> powershell.exe -noprofile -executionpolicy bypass -File "C:\Users\JOSE\Desktop\JSON2Shortcut.ps1"

I will revise now the links
perhaps is better first to try to put the JSON2Shortcut.ps1 in the same directory than powershell.exe....

 :-[


1507
I am with Y:\FIREFOX PERFILES\PEPE\sessionstore-backups\recovery.js

is in a data disk
 :-*
1508
The OP says: "...create shortlinks to urls in a folder ...in the desktop of our election ... from a txt file with the url list.
I have to ask:
  • Why?
  • What will you do with/How will you access/use those shortlinks in that folder?
  • What's wrong with using Bookmarks?

Also, yes, your making 3 or so overlapping posts on the same subject is somewhat confusing.

I am revising my bookmarks because i have a lot of problemas syncronizing in the past.
Folders with urls repeated even ten or more times.
Folders repeated everywhere and so on

I know where are the security copies.
 :-*
1509
Do you really need 3 threads in this forumsection to ask 3 times the same question? :(

Oh, and the other 2 already have been answered properly, too...

Ath i can't access your web :

Lost connection to MySQL server at 'reading initial communication packet', system error: 111

Best Regards
1510
Given that you have a textfile with one URL per line then this autohotkey script should do the trick. Adjust the paths to what folders you'll use.
Loop, Read, C:\folder\textfilewithoneURLperline.txt
{
name := StrReplace(A_LoopReadLine,"http://","")
name := StrReplace(name,"https://","")
name := SubStr( RegExReplace(name, "[/<>\?\\:*\|]"," ") , 1, 70)
IniWrite, A_LoopReadLine, C:\urlfolder\%name%.url, InternetShortcut, URL
}

If you use Firefox then maybe FFBookmarkUnpack may be of use to do a one time unpack of all your firefox bookmarks into subfolders with .url files, http://nod5.dcmember...ookmarkunpacker.html


The ahk script works very well too.
Best Regards




Sorry i edited this post.

As i said the script works wonderfully
Best Regards
 :-*
1511
I launch ffbookmarksunpacker.exe with 15 seconds delayed with startup delayed
 :P

I continue with JSON world and the scripts from 4wd

Best Regards

Thanks a lot Nod5 for good scripting
1512
Trying again with Everything
In the closing i receive error about BtTray.exe , seem to be related with bluetooth device.
now the bookmarks.html appear with 28959 kb . Before was 8 kb and seems to be dissapeared, but the value was correct inspecting the folder.
So seems Everything.
I have now a powerful unpacker folder created by ffbookmarksunpacker
If I move the cursor out of this edit window the thinking circle in windows 8.1 appear. Is normal ?
Well i am going to put ffbookmarksunpacker in the startup folder.
1513
I need to reiniate now.
I am observing the cursor thinking.
I have adopted again shortcutty.
I like alto FileNoter.
After strange behavior with Everything bookmarks seems not appear . I have several. But finally i go to the folder and process in the ini file of ffbookunpacker .
Seems perfect and very powerful.
But i have the cursor blinking sometimes and need to reiniate.
A strange thing happen to me was the false dissapearing of an "unpacker" folder i create in my desktop. But was here.
 :-[
1514
 ;D
You are right
I was this afternoon struggling with "disco duro distribuido" = spanned hard drives volumes
 :-*

Best Regards.
Now I come back to JSON
1515
Just studying and re-linking an re-vising and re-memoring .
Damn Memory !!!!!!!!!!!!

I have shortcutty from Nod5
*** JOSE ***  June 4, 2010 at  1:24am
   Shortcutty

Overview:

Shortcutty adds a context menu entry to Explorer to create a shortcut and place it in another folder.
The (optional) companion tool Shortcutta moves shortcuts from a folder to the active Explorer window's folder when a hotkey is pressed.

I am trapped now with FileNotes.


I also found a script from Ewemoa about shortcuts

And diving in the wonderful world of JSON

Wait for me , eh . I don't have a quick and easy answer...

 :P
1516
Given that you have a textfile with one URL per line then this autohotkey script should do the trick. Adjust the paths to what folders you'll use.
Loop, Read, C:\folder\textfilewithoneURLperline.txt
{
name := StrReplace(A_LoopReadLine,"http://","")
name := StrReplace(name,"https://","")
name := SubStr( RegExReplace(name, "[/<>\?\\:*\|]"," ") , 1, 70)
IniWrite, A_LoopReadLine, C:\urlfolder\%name%.url, InternetShortcut, URL
}

If you use Firefox then maybe FFBookmarkUnpack may be of use to do a one time unpack of all your firefox bookmarks into subfolders with .url files, http://nod5.dcmember...ookmarkunpacker.html


The ahk script works very well too.
Best Regards


1517
I am studying now :

http://json.org/
jsonviewer http://jsonviewer.stack.hu/
Scripting with Windows PowerShell

Only for trying not to be only imitate.
I am in the Sancta Sanctorum of the programmer
 :-*
1518
It seems easy. Perhaps i will finish in the weekend
 :Thmbsup:
1519
I found a lot of entries under windows 8.1

like this one : C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe
It open a new and wonderful programmer environment (i suppose)
 :-*
1520
 :-\

It is hard to find the PowerShell 3.0 download. That is because the only way to get it is to download the Windows Management Framework 3.0. PowerShell 3.0 is part of that.

http://www.microsoft...etails.aspx?id=34595

It is hard to find the PowerShell 3.0 download. That is because the only way to get it is to download the Windows Management Framework 3.0. PowerShell 3.0 is part of that.

Supported Operating System

Windows 7 Service Pack 1, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2

    IMPORTANT: Windows Management Framework 3.0 is not currently compatible with the following applications:
        System Center 2012 Configuration Manager. For more information, see KB 2796086.
        System Center Virtual Machine Manager. For more information, see KB 2795043.
        Microsoft Exchange Server 2007 and Microsoft Exchange Server 2010. For more information, see Windows Management Framework 3.0 on Exchange 2007 and Exchange 2010.
        Microsoft SharePoint 2010. For more information, see Windows PowerShell 3.0 and SharePoint 2010.
        Windows Small Business Server 2008 and Windows Small Business Server 2011. For more information, see Windows Management Framework 3.0 applicability on Windows Small Business Server 2008/2011 Standard.


i have windows 8.1
 :-[
1521
It seems i have already powershell. Trying to locate :

"Installing Windows PowerShell on Windows 8 and Windows Server 2012

Windows PowerShell 3.0 arrives installed, configured, and ready to use. Windows PowerShell Integrated Scripting Environment (ISE) is installed and enabled. For information about starting Windows PowerShell, see Starting Windows PowerShell on Windows 8 and Starting Windows PowerShell on Windows Server 2012."

 :P
1522
Just trying with no support
 ;D :tellme:
1523
Is possible to join two different physical volumes ?

ASSIGN, JOIN and SUBST in DOS and Windows

Drive letters are not the only way of accessing different volumes. DOS offers a JOIN command that allows access to an assigned volume through an arbitrary directory, similar to the Unix mount command. It also offers a SUBST command which allows the assignment of a drive letter to a directory. One or both of these commands were removed in later systems like OS/2 or Windows NT, but starting with Windows 2000, both are again supported: The SUBST command exists as before, while JOIN's functionality is subsumed in LINKD (part of the Windows Resource Kit). In Windows Vista, the new command MKLINK can be used for this purpose. Also, Windows 2000 and later support mount points, accessible from the Control Panel.

Many operating systems originating from Digital Research provide means to implicitly assign substitute drives, called floating drives in DRI terminology, by using the CD/CHDIR command in the following syntax:

CD N:=C:\SUBDIR

DOS Plus supports this for drive letters N:, O:, and P:. This feature is also present in Concurrent DOS, Multiuser DOS, System Manager 7, and REAL/32, however, these systems extend the concept to all unused drive letters from A: to Z:, except for the reserved drive letter L:.[7] DR DOS 3.31 - 6.0 (up to the 1992-11 updates with BDOS 6.7 only) also supports this including drive letter L:. This feature is not available under DR DOS 6.0 (1992 upgrade), PalmDOS 1, Novell DOS 7, OpenDOS 7.01, DR-DOS 7.02 and higher. Floating drives are implemented in the BDOS kernel, not in the command line shell, thus they can be used and assigned also from within applications when they use the "change directory" system call. However, most DOS applications are not aware of this extension and will consequently discard such directory paths as invalid. JP Software's command line interpreter 4DOS supports floating drives on operating systems also supporting it.

In a similar feature, Concurrent DOS, Multiuser DOS, System Manager and REAL/32 will dynamically assign a drive letter L: to the load path of a loaded application, thereby allowing applications to refer to files residing in their load directory under a standardized drive letter instead of under an absolute path.[7] This load drive feature makes it easier to move software installations on and across disks without having to adapt paths to overlays, configuration files or user data stored in the load directory or subsequent directories. (For similar reasons, the appendage to the environment block associated with loaded applications under DOS 3.0 (and higher) contains a reference to the load path of the executable as well, however, this consumes more resident memory, and to take advantage of it, support for it must be coded into the executable, whereas DRI's solution works with any kind of applications and is fully transparent for users as well.)
1524
Living Room / Re: The joy of seeing a first time forum poster
« Last post by Contro on August 24, 2015, 06:23 PM »
 :Thmbsup: :-*
1525
Living Room / Re: Startups and the Big Lie
« Last post by Contro on August 24, 2015, 06:14 PM »
 ;D

Give them food then.
I read a novel about gold fever in California. If you want get rich put a restaurant.

Our era is a terrorific story about lies.

Perhaps the best business is teaching other good business. And if for some reason the thing goes wrong at least you have no risks.

 ;D
Pages: prev1 ... 56 57 58 59 60 [61] 62 63 64 65 66 ... 158next