Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Accumulation of many *.exe files
#1
I know QBPE is a compiler, which makes it great, but I end up with MANY *.exe files that accumulate that I don't want.  Can I choose to have a "temp.exe" for example that would overwrite the previous version?
Reply
#2
QB64 compiles to whatever you have the program name as, when you save the program. Without a name, you'll save over and over to untitled.exe, and constantly overwrite the old untitled.exe.

There's no current option to "Compile to Temp EXE in the menu", but that sounds to me like a nice feature for us to add in there in the future! Wink
Reply
#3
(04-28-2022, 03:52 PM)dcromley Wrote: I know QB64 is a compiler, which makes it great, but I end up with MANY *.exe files that accumulate that I don't want.  Can I choose to have a "temp.exe" for example that would overwrite the previous version?

I have not seen such an option in the project, but I like it. I generally do a sweep every few months, and pop all the .exe files in the source folder into one I named exe-dump. I then check that file, be certain I didn't drag anything in it by mistake like QB64.exe, and delete the files.

I suppose an option could be added to the REN menu. Output as temp-something.exe. As long as that was checked, each new compilation would overwrite the old one, as per your request.

Another method to cut down on the clutter is to create project folders like pro1, pro2, pro3, etc. (lousy names but for simplicity sake) and check the option in the RUN menu to OUTPUT EXE TO SOURCE FOLDER.

Very good request and it might get taken up when some rebuilding of a development team reemerges.Right now, the priority is to update the last version to the needed changes before the community was disrupted.

Pete
Reply
#4
Quote:Pete: .. dump .. by mistake like QB64.exe, and delete the files ..
I may be anti-social (or want to save space) by mostly not replying little bits like "thanks", etc., but Pete's quote make me LOL.  Yes, I've almost done that.  Thanks, guys.
Reply
#5
Yeah a full fledged File manager when ever you go to Save or Open is nice. I think some Basics use something from Windows API, eg Just Basic, but QB64 would have OS issues.

A trouble with File Mgrs, you start cleaning up files and you forget what you came into to do, Save or Open? ;-))
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  More info about Random Access files PhilOfPerth 28 962 02-25-2026, 01:50 PM
Last Post: ahenry3068
  Embedding and Extracting MANY files ! ahenry3068 20 1,560 11-15-2025, 10:19 AM
Last Post: ahenry3068
  keyword to get the EXE name and the EXE path instead of parsing Command$(0) ? madscijr 8 1,159 07-22-2025, 08:35 PM
Last Post: hsiangch_ong
  program that stitches together a bunch of image files into one giant poster? madscijr 15 2,388 10-24-2024, 06:08 PM
Last Post: madscijr
  Linux HTTP WEB Server Issues - Large Files Fail old_coder 0 463 03-27-2024, 08:33 PM
Last Post: old_coder

Forum Jump:


Users browsing this thread: 1 Guest(s)