Messages - highend01 [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 ... 38next
6
General Software Discussion / Re: BitTorrent Sync 2.0 Sucks!
« on: October 22, 2021, 02:43 AM »
@Deozaan

http://syncapp.bittorrent.com/1.4.110/

doesn't work (anymore?), do you still have a copy of BTSync 1.4.110 lying around, that you could share?

7
I've tested a few now and settled with "FolderChangesView"
It works absolutely fine and creates files like:
D:\dst\NobelB_BT_21.50.1.1.exe
which is the bluetooth driver...

https://www.nirsoft.net/utils/folder_changes_view.html

If anyone is wondering: This is the necessary setup:
1.png

Notes:
FastCopy is not installed but portable
The destination (/to=<path>) doesn't need to exist, FolderChangesView will create it automatically

8
Hi,

I've got a new notebook, a Huawei MateBook D14.

Not all drivers are available for download at Huawei's site :-/

To get and install all of them you can use their software "PC Manager" (which I seriously don't want to use, at least, not twice!).

The problem is: When the software downloads the drivers it doesn't keep them so you can copy them over manually.

So: Has anybody used a software that is able to watch a folder (including subfolders) for new files and once they exist (fully) copy them over to a target folder automatically?

C:\ProgramData\Comms\PCManager\DriverUpgrade\Update\Downloaded\
This folder is used for storing the downloaded drivers temporarily

I need to watch (only) this one (and all created subfolders) for new .exe files.

And once a new file is stored there it is e.g. copied to
D:\dst\<new file.<ext>>

It needs to do the copying immediately so no "scan a folder every 5 seconds"...

Any suggestions (something that you've used personally and worked fine for such a usecase)?

Freeware + portable preferred but I'm willing to install it (once) and would even pay something for it...

9
Coding Snacks / Re: [Solved] Adjust Subtitle (SRT) Timestamps
« on: December 21, 2020, 01:54 AM »
It didn't like the linebreaks in your j.srt file, hence the output
The timestamp you're using on the command line doesn't exist in the file so I've changed the logic to:
It begins to shift times beginning with the first timestamp that is larger (or equal to) than the one you're giving on the command line.
Before it was: Once the given timestamp matches one in the file, begin to shift from there...

So with "00:34:09,263" it will turn this (from j.srt):
304
00:33:21,776 --> 00:33:25,361
No! I have lice.

305
00:35:17,846 --> 00:35:20,847
We'll sing again together,
just like before.

into this (clipboard):
304
00:33:21,776 --> 00:33:25,361
No! I have lice.

305 -> These (and all following) timestamps will be shifted by -95 seconds
00:33:42,846 --> 00:33:45,847
We'll sing again together,
just like before.

10
Coding Snacks / Re: [Solved] Adjust Subtitle (SRT) Timestamps
« on: December 20, 2020, 12:32 PM »
Show me the exact command line you've used and a link to the .srt file to download it, please.

Pages: prev1 [2] 3 4 5 6 7 ... 38next
Go to full version