Search found 10 matches
- Wed May 06, 2009 1:09 pm
- Forum: Technical / Scripting
- Topic: Clipboard - rtf format
- Replies: 5
- Views: 5378
JRL After use CTRL+C, the clipboard is full of plain text. I believe that should exist some Windows API that manipulate it. I have API from product that publish the text and should manipulate WIndpows API to catch rtf format to clipboard. I did search for this Win API, but not meet. Obs.: Is not pos...
- Tue May 05, 2009 3:18 pm
- Forum: Technical / Scripting
- Topic: Clipboard - rtf format
- Replies: 5
- Views: 5378
- Tue May 05, 2009 3:10 pm
- Forum: Technical / Scripting
- Topic: Clipboard - rtf format
- Replies: 5
- Views: 5378
Clipboard - rtf format
Greetings. I need copy/capture some text to clipboard in rtf format. The text is formated, but when i give CTRL+C the text is got plain inside clipboard. How may proceed to force this (CTRL+C) captured text fall inside clipboard at rtf format ? Is there any native parameter to define format on Macr...
- Thu Sep 18, 2008 12:54 pm
- Forum: Technical / Scripting
- Topic: Compiled script crashes with latest version compiled only
- Replies: 22
- Views: 20554
compliled script crashes
Marcus. Greetings. I did install the _20 version and .exe (my compiled script) put this message , when just started: "Error initializing MSSCRIPT control" So, i press enter and it go away. At the second time that i start the .exe this problem doesn´t occur. I did taste on Vista and XP Home. This p...
- Mon Feb 18, 2008 9:27 pm
- Forum: Technical / Scripting
- Topic: About compiled .exe
- Replies: 0
- Views: 3232
About compiled .exe
Marcus
Greetings.
I´m courious about compiled .exe code. Please may you explain if this code is cryptographed or obfuscated ? Where may i look about it ?
Is there any good way to become this crypto more strong ?
Cordially.
Roberto Bisotto
Greetings.
I´m courious about compiled .exe code. Please may you explain if this code is cryptographed or obfuscated ? Where may i look about it ?
Is there any good way to become this crypto more strong ?
Cordially.
Roberto Bisotto
- Thu Feb 14, 2008 3:10 pm
- Forum: Technical / Scripting
- Topic: Run Program error log
- Replies: 0
- Views: 2847
Run Program error log
Marcus Greetings. I create below code to understand how to keep RP_RESULT variable. Did run the code deleting teste.exe from dir and with teste.exe on dir C:\temp. Both rimes RP_result was not created by compiler. Please may help me to understand when RP-RESULT is created ? Is there any way to creat...
- Thu Feb 14, 2008 2:37 pm
- Forum: Technical / Scripting
- Topic: Run program using a parameter
- Replies: 7
- Views: 9063
Run program using a parameter
All. Thanks for atention. Using Winrar to split compacted files. I did set Winrar at other way and -s2 is unnecessary now. Cordially. Papi Don't see how compiling has an effect, unless you were just trying to create an EXE with that name. Yes trying to use an exe with that name but also compiling h...
- Thu Feb 07, 2008 6:12 pm
- Forum: Technical / Scripting
- Topic: Run program using a parameter
- Replies: 7
- Views: 9063
Run program using a parameter
Marcus Greetings. I´m trying run this code and keeping an error message: Windows can´t locate ver_1.part1.exe . Change Directory>C:\Temp\ Let>rarexe=ver_1.part1.exe Run Program>%rarexe% -s2 Did try too: Run Program>C:\Temp\ver_1.part1.exe -s2 and other variants. Please, may you help me on this is...
- Thu Jan 17, 2008 10:22 pm
- Forum: Beginners
- Topic: Last array position
- Replies: 2
- Views: 4692
Last array position
Greetings.
Please what´s the syntax to declare the last array position ?
Example:
Let>t=0
Repeat>t
Let>t=t+1
Let>filename=Tip_Nor[%t%]
Until>t=????
Some languages, as PERL, has an specific syntax ($#Tip_Nor) to declare the last index.
Thanks. Papi.
Please what´s the syntax to declare the last array position ?
Example:
Let>t=0
Repeat>t
Let>t=t+1
Let>filename=Tip_Nor[%t%]
Until>t=????
Some languages, as PERL, has an specific syntax ($#Tip_Nor) to declare the last index.
Thanks. Papi.
- Mon Jan 14, 2008 7:36 pm
- Forum: Technical / Scripting
- Topic: Progress bar on FTPGetFile
- Replies: 1
- Views: 3364
Progress bar on FTPGetFile
Greetings.
Please, is there any way to show a progress bar while dowloading a file using FTPGetFile ?
Please, is there any way to show a progress bar while dowloading a file using FTPGetFile ?