Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getdir dir
- Post_booter = '\imagefile(220623)\postbooter.rt4427-40a.0.220623.114807.pdms'
- strinsert Post_booter 1 dir
- filesearch Post_booter
- if result=0 then
- messagebox Post_booter 'Not found'
- end
- endif
- Posysystem = '\imagefile(220727)\postsystem.rt4427-40a.0'
- strinsert Posysystem 1 dir
- filesearch Posysystem
- if result=0 then
- messagebox Posysystem 'Not found'
- end
- endif
- DFPGA = '\imagefile(220804)\postbooter.rt4427-40a.0.220623.114807.pdms'
- strinsert DFPGA 1 dir
- filesearch DFPGA
- if result=0 then
- messagebox DFPGA 'Not found'
- end
- endif
- messagebox "Finished" "File search"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement