[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2020-08-21T01:06:15-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/14838 2020-08-21T01:06:15-05:00 2020-08-21T01:06:15-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=38993#p38993 <![CDATA[NE File Utility - File Manager Like Utility Application]]>
This application came about largely because I've never really tried to make an application like this using QuickBasic and I figured it would be a fun little project to work on. Hopefully someone else can also find it useful.

Command Line Parameters:

Code:

FILEUTIL [/?] [/RESET] [/XT=ON|/XT=OFF] [drive:\][path]  /?          Displays this help screen.  /RESET      Deletes all current temp files and configurations and               replaces them with their default values.  /XT=ON      Turns on PC/XT keyboard compatibility mode for legacy devices.  /XT=OFF     Turns off PC/XT keyboard compatibility mode for legacy devices.  drive:\     Starts application directory view on that drive. (Default C:\)  path        Sets the path on the directory to open (optional)
Example: FILEUTIL C:\DOS will start the application viewing the DOS directory.

Know Issues:
  • Error handler not enabled in compiled EXE form of application. This is due to a compilation error that will need to be resolved at a later date.
  • Copying/Moving to a location with insufficient space does not produce an error message.
  • When in doubt, use /RESET command line argument to get back to working order. It may error out before completing but the application should work afterwards. (Reset is done based on order of importance in the files reset, if it fails after 1 or 2, it most likely will not matter).


Here are some images from a previous release, but current release looks more or less the same:
Image

Image


File attached to post below to download. Thanks! :mrgreen:
FILE_V40-RC1.zip

Statistics: Posted by Erik — Fri Aug 21, 2020 1:06 am


]]>