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, 11:33 am
  • 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 ... 137 138 139 140 141 [142] 143 144 145 146 147 ... 158next
3526
Finished Programs / SOLVED: Open with Script
« Last post by Contro on July 21, 2011, 06:57 AM »
Open with Script

usually we open a file with the same program.
But sometimes we need a flexible and fast way to open files. In my case : pdf files.
Sometimes I need to open with adobe acrobat 7. Others with pdf-xchange viewer or even with the pro version of the same program.
I would like a script to execute and give me the possibility of election of the final launcher for that file.
May be an ini file to control the program selection to use to open that file.

Best Regards
3527
Post New Requests Here / Launcher local area network folders
« Last post by Contro on July 21, 2011, 02:46 AM »
Launcher Local area network folders

All my Pc's have the same structure and disks. Many times I need to open the same folder in all my terminals

By example :

Y:\data

each pc have the serve name

jose-a04555092a is Mozart

pm-7fbff7a4e2ac is Asus

acer-a04555092b is Acer or the portatil

The portatil is not always connect to the LAN

\\jose-a04555092a\y\data
\\pm-7fbff7a4e2ac\y\data
\\acer-a04555092b\y\data

I would like a script to control my terminals and introducing the initial path obtain in explorer way the corresponding folders opened

In my case are three

Data Input : y:\data (or any folder)

Data output :
\\jose-a04555092a\y\data
\\pm-7fbff7a4e2ac\y\data
\\acer-a04555092b\y\data

Three folders opened

Best Regards

3528
General Software Discussion / Re: Study Tool Linking
« Last post by Contro on July 17, 2011, 04:37 PM »
I have used cross references and even system variables to work with other word documents. But I would like a script like that one that comes with PDF-XChange Viewer. Something easy.
 :)
3529
General Software Discussion / Re: Study Tool Linking
« Last post by Contro on July 17, 2011, 09:26 AM »
I specially would like under word because my projects are in word while developing . So I need to link in real time and a fully editable document.

Best Regards.
I am looking for a script for that purpose. I have tried with bat files. I would like something like PDF-XChange Viewer functionality under tools-LinkTools
3530
General Software Discussion / Re: Study Tool Linking
« Last post by Contro on July 17, 2011, 09:19 AM »
Owwww. But I don't want that.
I am using HTML docs to manage complex situations, but what I really want is use in the word format.

Best Regards
3531
General Software Discussion / Study Tool Linking
« Last post by Contro on July 17, 2011, 06:48 AM »
Study Tool Linking.

I need a program to create inside a document links to another document.
With PDF-XChange Viewer you can go from a part of a pdf to a part in another pdf.

Can you do this with a word document under word 2002 ?
Can you do this with a special script to create marks in a part of a document (xls, doc, pdf) to go into another part of another document (pdf, doc, xls,...) ?

Best Regards
3532
General Software Discussion / Re: mp3 audio to text
« Last post by Contro on June 17, 2011, 09:43 AM »
I close this post with not results.
It's a software not developed until this moment.

Best Regards
3533
General Software Discussion / Re: mp3 audio to text
« Last post by Contro on June 13, 2011, 07:24 PM »
Uffffff Curt.
It's not the same.

The point is transcript an audio with one or more voices to text

audio file to text file

NO SPEECH TO TEXT

Best Regards
3534
General Software Discussion / Re: mp3 audio to text
« Last post by Contro on June 13, 2011, 06:17 PM »
If I found one I will tell. I'm trying with no good results.
May be a type of experimentating software.
3535
General Software Discussion / Re: mp3 audio to text
« Last post by Contro on June 12, 2011, 07:08 PM »
Do you really know one to convert an audio to text file ?
3536
General Software Discussion / Re: mp3 audio to text
« Last post by Contro on June 12, 2011, 01:18 PM »
Are you sure Dragon Naturally Speaking is one for transcripting an audio to text.?
DNS is used to dictate from voice to text. But in real mode until I know. Recognizing the voice you have trained before.
3537
General Software Discussion / mp3 audio to text
« Last post by Contro on June 11, 2011, 06:32 AM »
mp3 audio to text

I supposed this is very difficult.
I have a mp3 audio previously recorded. Now I want to convert to text.

Additionally may consist in the discussion between two voices.

What tools can I use to make this work easier ?

Best Regards

3538
 :-[

You are quite right

Best Regards
3539
General Software Discussion / Access predefined keys of the windows registry
« Last post by Contro on May 25, 2011, 05:24 AM »
Access predefined keys of the windows registry

I would like a script or application to access windows xp registry going directly to predetermined keys.

By example . I execute the script and present three predefined windows registry keys :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Mr. Enigma
HKEY_CURRENT_USER\Keyboard Layout\Substitutes

Then I select the third and enter in the windows registry by that key.

Is it possible ?

Best Regards

3540
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by Contro on May 06, 2011, 03:15 AM »
A feature request for you:  Would it be possible to have it convert shortcuts to symlinks?

I am under windows xp pro. I don't really understand some concepts. symlink feels very similar to shortcut, but I don't know.

Best Regards

3541
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by Contro on May 06, 2011, 03:10 AM »
I'm currently hiding from the tax people in the UK at the moment, (not too far from a certain DC member in Yorkshire ;) ), but to answer some of the above:

  • It only works on shortcuts.  I could add in copying of actual files/folders but it would be slow compared to some programs out there.  If you want to copy all files/folders excluding shortcuts, try:
    xcopy source destination /E /EXCLUDE:.lnk
    This will duplicate the folder structure, (including empty folders), and copy all files/folders except shortcuts.
  • It doesn't run in the background, the progressbar is updated as each shortcut is processed and the results are displayed when all processing is finished.
  • You can refresh the Short2Real directory display by pressing F5.
  • You'll need to refresh explorers' file view by pressing F5.

I have been testing the program. Certainly good.

Best Regards.
If I received any error I have your log. Simply perfect.


3542
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by Contro on May 04, 2011, 05:25 PM »
Understood

I'll take good care.

Best Regards

A good program.

3543
General Software Discussion / Re: Documents Organizer
« Last post by Contro on May 01, 2011, 09:29 PM »
The graphical environment varies :

See

http://img852.imageshack.us/img852/7978/screenshot0205201132648.png


I am not sure if is my system because so many proofs with soft or is the soft i am trying.
Because the options selections don't obey me.

3544
General Software Discussion / Re: Documents Organizer
« Last post by Contro on May 01, 2011, 09:24 PM »
Benubird PDF goes well under windows xp pro +sp3 ?

 :-[

I maximize the windows and right controls dissapear and the windows go a little outside and I can't almost read the legend on the task bar of the program .

3545
General Software Discussion / Re: Documents Organizer
« Last post by Contro on May 01, 2011, 08:12 PM »
Thanks Darwin, (I'm a he :) ).
I thought Benubird would work,
but I really haven't understood what is trying to be accomplished here.

By the way. Do you know is Benubird is a portable application ?

Best Regards
3546
General Software Discussion / Re: Documents Organizer
« Last post by Contro on May 01, 2011, 08:09 PM »
Benubird only seems to manipulate pdf files. I don't see how would work in this case.
 :P
3547
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by Contro on May 01, 2011, 07:54 PM »
Done.
Now I will delete by hand the shorcuts in DE.003 (M:\Documents and Settings\JOSE\Escritorio\0486.11.DE.003) testing the corresponding real files.
The source folder contains 1194 files and 20 folders with 114 MB. The destination folder at the present time contains 2957 files and 124 folders with 2.69 GB.

 :P

I take notes of all this to not forget. I will comment everything

Best Regards

I received this time the message total shortcuts found 436, succefully copied 434

3548
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by Contro on May 01, 2011, 07:34 PM »
The program don't copy normal files, only shortcuts.
So I have make first a copy or the source folder in the target folder of all the files.
Then see the corresponding files to the shortcuts created by the program and delete them in the target folder after verify that the file they are pointing is copied in the target folder.

I'll try this in
M:\Documents and Settings\JOSE\Escritorio\0486.11.DE.003
3549
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by Contro on May 01, 2011, 07:29 PM »
I have repeat the scenerio third. Received the message 436 shortcuts copied . I supposed the program is working in the background.
I have save this time the log.
I think I have to wait. I don't see in the opened target folder any change.
I click on the until now empty folder and actulize. The CRONO folder appear.
The script is working in the background.....
 :-*
3550
Post New Requests Here / Re: Windows Shortcut transformation
« Last post by Contro on May 01, 2011, 07:21 PM »
I have to test the program and wait about 30 minutes to see interaction before try another options.
I want to convert the shorcuts in real files and folders.

And according to my interpretation of the program instructions I have to mark nothing. Only select source folder and target folder and execute.
I try after reiniate the system and prepared the new target folder

I received No shortcuts found and nothing is copied to the destination folder.

So I continue thinking the scenerio three Recursive copy is the adequate and I will have to wait to see the results. 30 minutes I suppose, and will comment.

Pages: prev1 ... 137 138 139 140 141 [142] 143 144 145 146 147 ... 158next