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
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
FlowStone Crash Dump Manager
2 posts
• Page 1 of 1
FlowStone Crash Dump Manager
FlowStone Crash Dump Manager
Download Link:
https://www.inventfx.com/_inventfxfstone/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 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.
Download Link:
https://www.inventfx.com/_inventfxfstone/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 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 (41.19 KiB) Viewed 4868 times
Last edited by pwesynthmaker on Sat Oct 05, 2024 8:23 pm, edited 4 times in total.
https://www.inventfx.com/_inventfxfston ... fstone.htm
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
-
pwesynthmaker - Posts: 77
- Joined: Fri Feb 12, 2016 7:18 pm
Re: FlowStone Crash Dump Manager
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
==========
==========
:: 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.inventfx.com/_inventfxfston ... fstone.htm
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
Inventor eFX Technology FlowStone WebPage
https://www.inventfx.com/
Inventor eFX Technology
-
pwesynthmaker - Posts: 77
- Joined: Fri Feb 12, 2016 7:18 pm
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 53 guests