topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 12, 2025, 7:45 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 revising too if i really have version 3
C:\Windows\System32\WindowsPowerShell\v1.0

 :o
1502
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....

 :-[


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

is in a data disk
 :-*
1504
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.
 :-*
1505
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
1506
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
 :-*
1507
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
1508
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.
1509
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.
 :-[
1510
 ;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
1511
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
1512
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


1513
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
 :-*
1514
It seems easy. Perhaps i will finish in the weekend
 :Thmbsup:
1515
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)
 :-*
1516
 :-\

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
 :-[
1517
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
1518
Just trying with no support
 ;D :tellme:
1519
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.)
1520
Living Room / Re: The joy of seeing a first time forum poster
« Last post by Contro on August 24, 2015, 06:23 PM »
 :Thmbsup: :-*
1521
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
1522
 ;D
I have a problem.
I have organized the letters of my hard drives for the rest of my life.
Y: is for data
O: is for multimedia,.....

A NAS (Network Attach Storage) is in offer now in my city. 2 drives x 3 TB

I would the NAS to be my data drive , that is Y:

But my Y: drive have allmost 4 TB occupied.

There is anyway to treat the two drives of 3 TB as one with the letter Y: ?

Best Regards

 :-*


1523
General Software Discussion / Re: The stupid windows 10
« Last post by Contro on August 24, 2015, 05:32 PM »
My question with windows 11 is this :

Can Microsoft sells that version is windows 10 have no cost ?
 :o

Easy answer to that question. There will be no Windows 11. This will affect be the last version of Windows. It will evolve going forward and people can buy a license for Windows, but Windows is no longer a product. Going forward it is a service.

Oh, but how will Microsoft make money? By advertising and upselling other products as well as taking their cut from everything sold in the Windows Store. The money they made off of the OS mostly came from enterprises and the sale of new Windows devices anyway. Those revenue streams will remain unchanged.


Sure.

The technique is not new. And have been criticized by Microsoft in the past.

I only criticized any company bigger than my townhall.

Money calls money going to less hands.

Who wants an operating systems doing everything ?

 :P
1524
This may be a good link for a good programmer :  good link

 :-[
1525
Recently I updates one of the pc to windows 8.1
Then i have to recover my bookmarks for : opera, ie (now Edge no se que más...) , firefox, chrome, safari,.... )

I want folders that will go fine with OpenURL under any version of operating systems.

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