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:28 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 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 158next
1626
General Software Discussion / Re: Change the order of the phrases
« Last post by Contro on May 19, 2015, 03:09 PM »
This is one possible way to do this :
Pasting random lines of a text file - AutoHotkey
www.autohotkey.com › ... › Ask for Help
Traducir esta página
18 feb. 2007 - 5 entradas - ?2 autores
Is there a way to open a text file, select a random line and put this line on the ... Alternatively, you could sort the file randomly with Sort, but that ...
1627
General Software Discussion / Re: Change the order of the phrases
« Last post by Contro on May 19, 2015, 02:52 PM »
I think perhaps in a txt file.
If a paragraph is in the same line is enough to change the orden of these lines.

Let me see.....

 :-*
1628
General Software Discussion / Re: email client and a special feature
« Last post by Contro on May 19, 2015, 12:30 PM »
jajajajajajaja
About Microsoft Powershell
By the way :
My notes on my diary june 29, 2010 at 10:42 am
I am not interested in this language.
If I mess will be worst....

 ;D
1629
General Software Discussion / Re: email client and a special feature
« Last post by Contro on May 19, 2015, 10:33 AM »
I have downloaded Idera.

Why ?   :o :-\ :-*

Very simple. I am not obtaining answers in the forum to a series of questions. And is not a fault of the magnificency of the donarioncoder members...
It's simply that some questions requires personalyzed scripts that only matters my needs.

I am doing now that deeper prospection with iMacros.
Other times may be AutoHotkey. Just because DC is full of good programmers in that metalanguage.

 :tellme:
1630
General Software Discussion / Re: email client and a special feature
« Last post by Contro on May 19, 2015, 10:10 AM »
To my (limited) knowledge it is possible to start Thunderbird with a batch script where you can specify which profile it should open. These profiles must exist, you cannot create these on the fly.

skwire is also right, applications need command-line support before you can use them in a batch script. Never, ever expect this support and even if your application has command-line support, don't expect too much usable options/parameters to be included. Besides, the use of batch is dwindling and there is some push towards PowerShell for the persons that make use of the command-line. With good reason, PowerShell is much more powerful and allows you to access applications in ways batch scripts cannot even dream of.

There is nice freeware (Idera) around that enables you to make scripts yourself. It comes with auto-complete, descriptions of all commands and their parameters + working example scripts, a debugger and access to community where you can download scripts as well.

Whatever time you dedicate to PowerShell with this software, it will be time well spent. 

At the time passing by sometimes I catalog my behaviour as a beggar. Just because for programmers like you or the most part of donarioncoder.com understand that most of my questions are solved with codes that solves a beginner.
It's true. i recognize.

I have a strong list of easy scripting environments. I have tried many of them . I understand the first day and foget the second....
Even I try adopting one of them and study deeper. But usually when i try i can't or even that tool is not the appropiate for the task.

So I came here and obtain the answer. That is the truth .
1631
General Software Discussion / Re: email client and a special feature
« Last post by Contro on May 19, 2015, 10:03 AM »
outlook.exe /select foldername
thunderbird.exe -mail mailbox://[email protected]/foldername
Alpine -f foldername

Aside from that:
First you should make more clear what you want to achieve, as it's totally unclear to me :huh:

What he said!

My God !!!!!!!! This is wonderfullll !!!!!!!!!!!!!!!!!!!!!
 :tellme:
1632
General Software Discussion / Re: email client and a special feature
« Last post by Contro on May 19, 2015, 10:03 AM »
Contro, I think you need to understand that application commandline support is not some sort of standard thing.  That is, a program has to have commandline options written into its code -- you don't just magically pass parameters and have things work.  In other words, what you want might not be available in some email clients (if any at all).

Understood. Skwire. I agree. Even sometimes the programs have not command line parameters at all. Only the good ones or that merely needs for automation.
1633
General Software Discussion / Re: email client and a special feature
« Last post by Contro on May 19, 2015, 10:01 AM »
http://kb.mozillazin...starting_Thunderbird

This is the point. Now is clear for me.
Sorry, sometimes i am not able to express better my needs.
Best Regards
 :-*
1634
General Software Discussion / Re: Batch PDF printing
« Last post by Contro on May 18, 2015, 05:10 AM »
Is it possible to print a word file from the command line ?
1635
General Software Discussion / Batch PDF printing
« Last post by Contro on May 18, 2015, 04:36 AM »
I have seen several applications for batch printing.
But I need a special one for word files.
I have a word file of 67 pages to split in groups of pages.
so I need to print in an automated way to print :
From page 1 to page 5
from page 6 to page 13
from page 14 to page 21
from page 21 to 67

With the virtual printer to pdf in word 2010 i don't see this option. It only generates a single pdf , not several.

How can i print the word file to pdf while splitting ?

A script ?

Best Regards
1636
Post New Requests Here / FolderUpdater
« Last post by Contro on May 17, 2015, 08:49 AM »
I need a folder updater.

This is one of the situations :

a) I have a lot of folders of this type :
Y:\GAB\Projects\xxx.yy\COMPO\VARINTS

b) When i vary a file in the VARINTS subfolder I would like to execute your script and update the rest of subfolders in the tree. Have all the rest of subfolders with the same files and even subfolders if exist in the VARINTS subfolder.

c) So i need a configurable script to determine the target tree (see a) ) and indicate the model folder for this purpose, by example y:\GAB\Projects\125.01\COMPO\VARINTS

Is it possible ?

Best Regards

Note : xxx.yy are variable characters
 
1637
General Software Discussion / Change the order of the phrases
« Last post by Contro on May 14, 2015, 11:32 PM »
I am practising my memory.

I have to memorize a text.
Suppose is Antigona and have 100 phrases.

I need a mixer and then be able to reorder in the correct order again.

Do you know a tool for this ?

Best Regards

 :-*
1638
General Software Discussion / Re: email client and a special feature
« Last post by Contro on May 04, 2015, 07:15 PM »
Owww. this is a difficult one. I am trying with other email clients like Alpine .
Or launch a dedicate portable version of a email client like Thunderbidr. And after chante the icon of the shortcut.  :-*
1639
General Software Discussion / email client and a special feature
« Last post by Contro on May 04, 2015, 11:42 AM »
How to enter from the command line in a email client (outlook, thunderbird, .....) by a predefined inbox account predefined in the command line ?

Best Regards

 :-*
1640
Wonderful
Thanks a lot

Best Regards
1641
In my case i think is simpler. I need only one parameter.
A good script for this ?

Loop, Read

FileAppend, % A_LoopReadLine, % SubStr("00" A_Index, -2) ".script.iim"

return

 :-[
1642
I think a script of this must exist....

A good string to search in Saint google ?

 :-*
1643
Configurable batch code to launch a web after check internet connection

My idea is schedule this bat file able to launche a website or any similar task after checking the internet conection.
If not active internet connection keep trying until success.

Best Regards
 :-*
1644
Despite its name, my tool Excel2Html can be used for this exercise, if the .csv file is converted (loaded) into a .xls or .xlsx file.
And a .html template is plain text, of course.

Relevant DC threads (original Coding snack request and support-thread) are available from the link.

I'll take a look. But I think better a dedicated tool.

Best Regards Ath
 :-*
1645
more detail needed, eg what criteria would you use to determine whether to add or replace

Two options then :
1. The first one where do you want to insert

2. The second option replace is more simple : I have to select or indicate the substring to be replaced in the original files.

The original files are always inside a folder.

1646
Script for replace any substring in a text file accodring a csv data file

Replace or add substring to a text file according a csv file.

Best Regards
 :-*
1647
General Software Discussion / Replace in the name of a txt file and inside too
« Last post by Contro on April 30, 2015, 04:23 PM »
I have a template.
A list of the emails in a txt file

the template file is    :    [email protected] .txt

All the txt file are in a folder.

This template contains text  and an email.
I need replace that email according to the list of the emails i have in a txt file.

And also the corresponding email in the name of the file to be generated.

I supposed there are a lot of possibilities to do this.


What is the best one ?

Best Regards

1648
General Software Discussion / Multiple copies of the same file renamed
« Last post by Contro on April 26, 2015, 08:12 AM »
Multiple copies of the same file renamed.

I am searching a good free for creating with a shortkey over the selected file (or contextual menu) n copies of that file renamed sequentally.

Is posible and any other option anyway.

Best Regards
 :-*
1649
I am interest in this web : http://www.vulka.es/home.php

I have or manage several accounts there.

I am thinking about something similar to fbQuickLogin that allows to login to up ten profiles. It's easy to switch from one account to another. But only serves for Facebook.

I think this type of tools must exist because of needs of community managers, by example. Or multisectorial announces in a professional directory website.

The multi-login accounts addon for Chrome seems oriented to the simultaneous login, but only gives new tabs where you have to manually login (i think....)

Do you know any good tool for this ?

Best Regards





1650
I,s not the first time for me .
Happen in the past and seems a thing nothing to do with this script :

https://www.donation...ex.php?topic=40575.0

This time I have explored with Chrome into the russian webs.

sometimes the problem seems associated to java.

But there is not solution at the present moment.


Other explanations or commentaries from the russian pages :

- In my case the problem was caused by the incrorrect elimination of software Agnitum Firewall Pro. After uninstall and reinstall the prollem dissappeared.
- sfc /scannow don't solves.
- There is no way to solve except reinstall the operating system....


Pages: prev1 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 158next