Search found 3 matches
- Mon Apr 15, 2019 5:40 pm
- Forum: Technical / Scripting
- Topic: Memo Stops Updating
- Replies: 2
- Views: 2951
Memo Stops Updating
Hell there, I have a Memo Box that I update using this code: SetDialogProperty>Dialog1,MSMemo1,Text,Test Text. I use this to inform the user where in the process the code it currently performing. After I use the code above about 15 times the memo box stops updating and will not update. Is there a li...
- Fri Mar 29, 2019 6:42 pm
- Forum: Technical / Scripting
- Topic: Compile Images
- Replies: 1
- Views: 2035
Compile Images
How do I compile a script that has Dialog reference images for use on other computers? Also, will Image Recognition images get compiled with the .exe or will I have the same issue? Example: SetDialogProperty>Dialog1,MSImage1,LoadImage,C:\Users\%user_name%\Desktop\Scripts\test.bmp Any help would be g...
- Fri Mar 15, 2019 9:34 pm
- Forum: Technical / Scripting
- Topic: ReadLn Everything After ":" Colon
- Replies: 2
- Views: 3129
ReadLn Everything After ":" Colon
When using ReadLn, how would I select everything after a colon ":" and leave everything before it out of the variable? Reading through the forum I see using Regex as the solution but I'm unsure of the usage. Here is my code: Let>RP_WAIT=1 Let>RP_ADMIN=1 Run>cmd.exe /c systeminfo >%TEMP_DIR%\sysinfo....