Search found 93 matches
- Sun Feb 09, 2025 8:09 pm
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 18
- Views: 26168
Re: Macro Scheduler 15.0.25 released
appreciate the response - definitely have `C:\logs.txt` in there for years...
- Sun Feb 09, 2025 5:25 pm
- Forum: General Discussion
- Topic: Macro Scheduler 15.0.25 released
- Replies: 18
- Views: 26168
Re: Macro Scheduler 15.0.25 released
logging stops working for packaged file? has been working great since the upgrade...
- Thu Dec 01, 2016 2:56 pm
- Forum: Technical / Scripting
- Topic: unicode/symbols in url with httprequest
- Replies: 1
- Views: 3629
unicode/symbols in url with httprequest
Hello all, I'm trying to execute this via httprequest but it's not working... how do I make this work?
trying to have the stars in the url which works fine in a normal browser:
Code: Select all
HTTPRequest>https://dummyimage.com/hd1080/000/fff/image.jpg&text=☆☆☆ STARS,E:\s\6.jpg,GET,,,,,,
Code: Select all
☆☆☆
- Wed Nov 30, 2016 9:31 pm
- Forum: Technical / Scripting
- Topic: Duplicate current script
- Replies: 2
- Views: 4773
Duplicate current script
Hello all,
Am trying to duplicate a script - the codes got duplicated but not the BMP folders... I even tried doing a SAVE AS when opening the old script...
Am trying to duplicate a script - the codes got duplicated but not the BMP folders... I even tried doing a SAVE AS when opening the old script...
- Thu Nov 10, 2016 4:44 am
- Forum: Technical / Scripting
- Topic: Readfile Strip Line with URL or @
- Replies: 1
- Views: 3176
Re: Readfile Strip Line with URL or @
forget regex, which I have a learning curve of learning... i just use whatever MS provided: ReadFile>I:\test\desc.txt,desc Separate>desc,CRLF,descar If>descar_count>0 Let>k=0 Let>newdesc= Repeat>k Let>k=k+1 Let>lineout=descar_%k% Let>atsign=@ Position>http,%lineout%,1,addthis Position>%atsign%,%line...
- Thu Nov 10, 2016 3:42 am
- Forum: Technical / Scripting
- Topic: Readfile Strip Line with URL or @
- Replies: 1
- Views: 3176
Readfile Strip Line with URL or @
Hi all, I know how to stringreplace but I'm not sure how to delete the entire url or email addresses... I'm trying to remove all urls and emails from a readfile variable that I placed. My goal is to pretty much delete the entire line with other texts as well... any line that contacts an email or url...
- Fri Nov 04, 2016 11:06 am
- Forum: Technical / Scripting
- Topic: strip 2+ spaces or more
- Replies: 2
- Views: 5002
Re: strip 2+ spaces or more
awesome, thanks!
- Thu Nov 03, 2016 11:08 pm
- Forum: Technical / Scripting
- Topic: strip 2+ spaces or more
- Replies: 2
- Views: 5002
strip 2+ spaces or more
Hello, is there anyway I can do a stringreplace to remove multiple spaces in between words? I have a variable that prints: "test 12 one world ok bye now"
how do I reduce those spaces to just a single space between each words?
Thanks in advance...
how do I reduce those spaces to just a single space between each words?
Thanks in advance...
- Wed Nov 02, 2016 7:36 pm
- Forum: Technical / Scripting
- Topic: Long network drive = file not exist!?
- Replies: 11
- Views: 13504
Re: Long network drive = file not exist!?
yes, Dos and everything else can see it - even my plex can read stuff from a drive that was mounted by this obnoxious app (netdrive)... even getfilelist in MS can see it... just not the function (IfFileExists)... question is, why everything inside MS can see/read/delete even execute but not ifFileex...
- Wed Nov 02, 2016 11:41 am
- Forum: Technical / Scripting
- Topic: Long network drive = file not exist!?
- Replies: 11
- Views: 13504
Re: Long network drive = file not exist!?
I'm using netdrive.net to mount my drives... works great if the names are shorter... i can access it just fine in windows explorer...
- Sun Oct 30, 2016 7:42 pm
- Forum: Technical / Scripting
- Topic: Long network drive = file not exist!?
- Replies: 11
- Views: 13504
Re: Long network drive = file not exist!?
I have tried/done that as well... no luck
- Sun Oct 30, 2016 4:05 am
- Forum: Technical / Scripting
- Topic: Long network drive = file not exist!?
- Replies: 11
- Views: 13504
Long network drive = file not exist!?
Code: Select all
Let>testfile=F:\public_html\trending\Wisconsin Badgers footballkaka Nebraska Cornhuskers footballkaka Big Ten Conference.us
IfFileExists>%testfile%
mdl>hi
Endif
- Fri Oct 28, 2016 4:29 am
- Forum: Enhancement Suggestions
- Topic: Duration of mp3/mp4
- Replies: 5
- Views: 12571
Re: Duration of mp3/mp4
After many tries, i finally discovered that this tool is reading mp3 files duration incorrectly. Both winamp and VLC player is telling me my mp3 is 22 minutes but exiftool is telling me it's 43 minutes long...
- Tue Oct 11, 2016 6:00 pm
- Forum: Technical / Scripting
- Topic: HTTPRequest UTF-8
- Replies: 1
- Views: 3982
HTTPRequest UTF-8
I can grab results in utf-8 just fine, but when POST/GET with utf-8 characters, i'm getting errors
Code: Select all
Let>HTTP_CHARSET=UTF-8
Let>PostData=test=Nhạc Sàn Cực Mạnh 2016 - Chất Gây Mê Dành Cho Đám Cưới Phê Tới Sáng
HTTPRequest>http://www.domain.com/vinsert.php,,POST,PostData,doneadd,,,,
- Thu Oct 06, 2016 3:34 pm
- Forum: Technical / Scripting
- Topic: DTD is prohibited
- Replies: 1
- Views: 4210
DTD is prohibited
started to see this popup today... not sure what it means... please see attachment