Code: Select all
Let>testfile=F:\public_html\trending\Wisconsin Badgers footballkaka Nebraska Cornhuskers footballkaka Big Ten Conference.us
IfFileExists>%testfile%
mdl>hi
Endif
Moderators: Dorian (MJT support), JRL
Code: Select all
Let>testfile=F:\public_html\trending\Wisconsin Badgers footballkaka Nebraska Cornhuskers footballkaka Big Ten Conference.us
IfFileExists>%testfile%
mdl>hi
Endif
Code: Select all
Let>testfile=F:\public_html\trending\Wisconsin Badgers footballkaka Nebraska Cornhuskers footballkaka Big Ten Conference.us
Let>RP_Wait=1
Let>RP_Windowmode=0
RunProgram>cmd /c dir "%testfile%" /b > %temp_dir%testfile_test.txt
FileSize>%temp_dir%testfile_test.txt,vTestSize
DeleteFile>%temp_dir%testfile_test.txt
If>vTestSize>0
MDL>Hi
EndIf