Search found 1059 matches

by Grovkillen
Thu Aug 29, 2024 10:33 am
Forum: Beginners
Topic: Open Application With File
Replies: 3
Views: 478

Re: Open Application With File

Tested this?

Code: Select all

RunProgram>"C:\Program Files (x86)\Dolphin\Publisher353\Publisher.exe" "%str_root_folder%\ncc.html"
by Grovkillen
Tue Aug 27, 2024 12:28 pm
Forum: Technical / Scripting
Topic: Environmental Variables when running MS vs manually
Replies: 2
Views: 475

Re: Environmental Variables when running MS vs manually

Just a though, I'd be very happy if MS could have a way of simply checking Environmental Variables using a: EnvVarRead>NAME_OF_VARIABLE,VALUE_OF_VARIABLE,RESULT If no variable found the RESULT=1 else RESULT=0 And perhaps a write/append EnvVarWrite>NAME_OF_VARIABLE,VALUE_OF_VARIABLE,RESULT EnvVarAppe...
by Grovkillen
Tue Aug 27, 2024 12:10 pm
Forum: Technical / Scripting
Topic: Environmental Variables when running MS vs manually
Replies: 2
Views: 475

Re: Environmental Variables when running MS vs manually

Yes it does make a difference. I have a PowerShell script that uses a library, this library is 64-bit only I just found out. In order to get this to run at 64-bit I cannot rely on the good'ol: Let>PS_SYNTAX=Get-Date <---- this is just an example to show how I'm doing the PS invoke from CMD Let>PS_PA...
by Grovkillen
Tue Aug 27, 2024 11:56 am
Forum: Technical / Scripting
Topic: Environmental Variables when running MS vs manually
Replies: 2
Views: 475

Environmental Variables when running MS vs manually

Save this and run it using F8 (step by step): Let>OUTPUT_file=%SCRIPT_DIR%\env.txt Let>BATCH_file=%SCRIPT_DIR%\env.bat Let>BATCH_code=set > "%OUTPUT_file%" DeleteFile>BATCH_file DeleteFile>OUTPUT_file WriteLn>BATCH_file,,BATCH_code ExecuteFile>%BATCH_file% After running it, copy the contents of the ...
by Grovkillen
Thu Aug 22, 2024 2:10 pm
Forum: Enhancement Suggestions
Topic: Plans for future updates?
Replies: 4
Views: 4872

Re: Plans for future updates?

Yeah, if no update is planned please let us know. This silence is loud.
by Grovkillen
Mon Aug 19, 2024 8:00 pm
Forum: Scripts and Tips
Topic: Convert decimal value for file+dir permissions
Replies: 0
Views: 680

Convert decimal value for file+dir permissions

I have a script that is rolling on our company file server. I created it to be able to easily see which files that are open and by whom. The script update a database table with this information each 30 seconds. Anyhow, I use the Get-SmbOpenFile command in PowerShell. The command also give the user n...
by Grovkillen
Thu Aug 15, 2024 6:47 am
Forum: Scripts and Tips
Topic: CTRL+SHIFT+arrowUp/Down in Editor
Replies: 1
Views: 1360

CTRL+SHIFT+arrowUp/Down in Editor

This is something I just recently discovered, and it might be good to know for someone else.

Use CTRL+SHIFT+UP or CTRL+SHIFT+DOWN to jump to the next found text which is the same as the selected text. See attached video:

Image
by Grovkillen
Mon Jul 29, 2024 5:51 pm
Forum: Scripts and Tips
Topic: ReadLn vs Powershell
Replies: 0
Views: 2912

ReadLn vs Powershell

I have done some benchmarking on the ReadLn vs reading the line using PS. For large files the ReadLn is noticeable slow and thus I needed to find another way to read large files (in my case a 22GB csv file). My results: test1: 24.267s test2: 3.951s Let>FILE_PATH=C:\path\to\huge\file\test.csv Let>ROW...
by Grovkillen
Mon Jul 29, 2024 10:35 am
Forum: Technical / Scripting
Topic: Runtime error 216 at *address*
Replies: 2
Views: 2229

Re: Runtime error 216 at *address*

Ah, yes I will test that. A bit of a hassle but I manage :)
by Grovkillen
Mon Jul 29, 2024 7:36 am
Forum: Technical / Scripting
Topic: Runtime error 216 at *address*
Replies: 2
Views: 2229

Runtime error 216 at *address*

I recompiled a script that now get this error. I have no way of debugging where this happens since the error isn't caught by the ON_ERROR sub routine. According to Google it's happening because the program is trying to read memory which is out if its scoop. Extra information: the error only happens ...
by Grovkillen
Sat Jul 27, 2024 5:45 pm
Forum: Enhancement Suggestions
Topic: PDF Display in a Dialog
Replies: 4
Views: 3486

Re: PDF Display in a Dialog

Oooh, fingers crossed!

Here's one library I found: http://wptools.de/

https://www.wpcubed.com/pdf/products/pdfviewer/
by Grovkillen
Sun Jul 07, 2024 6:57 pm
Forum: Beginners
Topic: HTML code on multiple lines
Replies: 8
Views: 4694

Re: HTML code on multiple lines

1.
Yes the command needs to be above the label.

2.
Let>PERCENT=%

Code: Select all

width:100%PERCENT%
by Grovkillen
Sun Jul 07, 2024 8:38 am
Forum: Beginners
Topic: HTML code on multiple lines
Replies: 8
Views: 4694

Re: HTML code on multiple lines

LabelToVar>LabelName,VariableName[,WantLineBreaks,IgnoreVariables,EndToken

https://www.mjtnet.com/manuals/b/v15/in ... ntext=3980
by Grovkillen
Sat Jul 06, 2024 6:38 pm
Forum: Beginners
Topic: HTML code on multiple lines
Replies: 8
Views: 4694

Re: HTML code on multiple lines

Use Labeltovar
by Grovkillen
Sat Jun 29, 2024 8:09 pm
Forum: Technical / Scripting
Topic: ScreenCapture with Cursor
Replies: 2
Views: 3657

Re: ScreenCapture with Cursor

No, you need to fake it.

viewtopic.php?f=15&t=8010
Sign up to our newsletter for free automation tips, tricks & discounts