Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

FlowStone Crash Dump Manager Updated: 04/03/22

For general discussion related FlowStone

FlowStone Crash Dump Manager Updated: 04/03/22

Postby pwesynthmaker » Sat Apr 02, 2022 11:55 am

Updated: 04/03/22

FlowStone Crash Dump Manager

Download Link: https://invntefx.com/ssl/_invntefxfstone/flwstcrshr.zip
Filename: flwstcrshr.zip

Written as a powerful batch file script. Extensively tested for errors and compiled into executable with Licensed Commercial Version Advanced Batch To Executable Converter Software Designed by By B. Dargo.

A versatile management command line style console for removal of the FlowStone Crash Dump Items.

The FlowStone Crash Dump Manager is self-explanatory and easy to use with the following features:

Removes FlowStone Crash Dump Folder/Files with verification.

All options are simply AI YES or NO with absolutely no guesswork needed. Very simple to use even for beginners and faster than light operation for the well versed 'Flowstoners' in our midst.
Attachments
flwstcrshr.jpg
flwstcrshr.jpg (41.19 KiB) Viewed 3557 times
Last edited by pwesynthmaker on Wed Nov 01, 2023 12:27 am, edited 3 times in total.
https://www.invntefx.com/ssl/_invntefxf ... fstone.htm
Inventor eFX Technology FlowStone WebPage

https://www.invntefx.com/
Inventor eFX Technology
LOGIN
Username: viewer
Password: A#1viewer
User avatar
pwesynthmaker
 
Posts: 71
Joined: Fri Feb 12, 2016 7:18 pm

Re: FlowStone Crash Dump Manager

Postby pwesynthmaker » Sat Apr 02, 2022 12:00 pm

FlowStone Crash Dump Manager.Batch to Executable Script

==========

:: RUN AS ADMINISTRATOR ::

@echo off
if _%1_==_payload_ goto :payload

:getadmin
echo %~nx0: elevating self
set vbs=%temp%\getadmin.vbs
echo Set UAC = CreateObject^("Shell.Application"^) >> "%vbs%"
echo UAC.ShellExecute "%~s0", "payload %~sdp0 %*", "", "runas", 1 >> "%vbs%
"%temp%\getadmin.vbs"
del "%temp%\getadmin.vbs"
goto :eof

:payload

color 4f

echo.
echo.
echo AT ANY TIME DURING THE FOLLOWING PROCEDURES ...
echo TO EXIT WITHOUT CHANGE ...
echo ONLY PRESS "X" CHECK BOX IN UPPER RIGHT OF THIS WINDOW!
echo.

pause


if exist %Userprofile%\AppData\Roaming (

goto :rmvcrsh

) else exit

:rmvcrsh

echo.
echo.
echo To REMOVE Crash Files ...
echo Type "Y" For YES Then Press "ENTER".
echo.
echo Or Press Any Key To EXIT ...

set "reply=n"
set /p "reply= %USERREG%"
if /i not "%reply%" == "y" goto exit /b

cd %UserProfile%\AppData\Roaming

if exist %UserProfile%\AppData\Roaming\"Crash Dump" (

rmdir /q /s "Crash Dump"

echo.
echo.
echo CRASH DUMP FOLDER REMOVED.
echo.
echo.

pause

) else goto :flwstnzip

:flwstnzip

cd %AppData%\FlowStone

if exist %AppData%\FlowStone\"FlowStone *.zip" (

del /q "FlowStone *.zip

) else goto :crshdmp

:crshdmp

if exist %AppData%\FlowStone\CRASH.* (

del /q CRASH.*

) else goto :errlog

:errlog

if exist %AppData%\FlowStone\ERRORLOG.TXT (

del /q ERRORLOG.TXT

) else goto :rprtexe

:rprtexe

if exist %AppData%\FlowStone\report.exe (

del /q report.exe

) else goto :nocrsh

goto :crshovr

:nocrsh

color 2f

echo.
echo.
echo NO CRASH FILES EXIST.
echo.
echo.

pause

exit /b

exit

:crshovr

color 2f

echo.
echo.
echo ALL CRASH FILES HAVE BEEN REMOVED.
echo.
echo.

pause

:eof

exit /b

exit

==========
https://www.invntefx.com/ssl/_invntefxf ... fstone.htm
Inventor eFX Technology FlowStone WebPage

https://www.invntefx.com/
Inventor eFX Technology
LOGIN
Username: viewer
Password: A#1viewer
User avatar
pwesynthmaker
 
Posts: 71
Joined: Fri Feb 12, 2016 7:18 pm


Return to General

Who is online

Users browsing this forum: Google [Bot] and 39 guests

cron