Search found 61 matches

by Ascend4nt
Wed Apr 10, 2013 6:51 pm
Forum: Portable Freeware Submission
Topic: PeStudio
Replies: 43
Views: 115542

Re: PeStudio

Try contacting the developer directly, he's very friendly. :) Thanks, I missed that email at first. I'll await his response *edit: hmm, odd - marc ochsenmeier's comment didn't show up when I posted this, but the timestamp says differently? Maybe the post had to be moderator-approved since it was hi...
by Ascend4nt
Wed Apr 10, 2013 6:47 pm
Forum: Portable Freeware Submission
Topic: Jumplist-Launcher
Replies: 12
Views: 9802

Re: Jumplist-Launcher

This is a nice little gem! I restored some taskbar real-estate by using this. The nice thing is it doesn't have to be running in the background and taking up system resources. The program saves settings and icons to its own folder. I noticed the 'GExperts' key too, but its an empty key and nothing e...
by Ascend4nt
Mon Apr 08, 2013 12:43 am
Forum: Portable Freeware Submission
Topic: PeStudio
Replies: 43
Views: 115542

PeStudio fails consistently

This is the only program I've run on my O/S (Win 7 x64) that's consistently failed to work. And I've tried like 10 different versions! I also tried different VC++ 2008 runtimes, but it didn't help. I figure there's got to be more people other than me experiencing this problem?! anyway, here's what I...
by Ascend4nt
Tue Mar 26, 2013 3:49 pm
Forum: Portable Freeware Submission
Topic: GameSave Manager Portable
Replies: 0
Views: 2612

GameSave Manager Portable

I was surprised this wasn't in the database already, as I've had it installed for a while and just thought to look for updates now: With GameSave Manager, you can easily backup, restore and transfer your gamesave(s). No longer do you need to manually track through all of the those different director...
by Ascend4nt
Tue Mar 26, 2013 3:03 pm
Forum: Portable Freeware Submission
Topic: Path Length Checker 1.1 (.NET)
Replies: 1
Views: 7091

Path Length Checker 1.1 (.NET)

Project Description Path Length Checker is a stand-alone app that allows you to specify a root directory, and it gives you back a list of all paths (i.e. files and directories) in that root directory and their lengths. It includes features such as pattern matching and min/max length constraints, as...
by Ascend4nt
Thu Feb 07, 2013 12:35 am
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

I thought you would have been a power user of Powershell! :mrgreen: I must admit it was a comment in passing without much thought, though you can get away with saying things like this on TPFC! I'd love to recommend a script language, but I always find problems with them. I wrote a few VBScript wrap...
by Ascend4nt
Wed Feb 06, 2013 4:21 pm
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

Have you thought about using Powershell? I was curious about Powershell myself for all of, hmm, 10 minutes.. hehe. :P The extraordinary effort it takes just to run a .ps1 file is absurd. You need to change the execution policy (otherwise you get errors like "File C:\scripts\test.ps1 cannot be ...
by Ascend4nt
Thu Jan 31, 2013 4:16 pm
Forum: Portable Freeware Submission
Topic: Bandizip
Replies: 62
Views: 207503

Re: Bandizip V1.0.3

Please note that even though Bandizip writes its settings to its own app folder, version 2.01 build 7558 managed to add a whole bunch of compression formats to my registry automatically on first run, without actually associating them, even though I had not used Bandizip's associations option at all...
by Ascend4nt
Thu Jan 03, 2013 7:41 am
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

The C99 sources they are talking about - at least my interpreation of it - is what's used to build the Prolog environment (portably) on other systems. However, I was wrong about compilation.. there is ' GNU Prolog ' compiler. But y'know.. looking briefly over the language, it doesn't look like it in...
by Ascend4nt
Thu Jan 03, 2013 5:51 am
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

Midas, I don't believe Prolog compiles to native executable.. In the meantime, I've put up two other FreeBASIC examples on PasteBin just to see if it tickles anyones fancy: Registry Query Empty Key Example RunWait Example and the two prior examples: Get Executable Filename ShellExWait Example All th...
by Ascend4nt
Tue Jan 01, 2013 11:44 pm
Forum: Portable Freeware Discussion
Topic: Blocking write access to the registry
Replies: 2
Views: 3873

Re: Blocking write access to the registry

Check out API Guard @ http://www.portablefreeware.com/index.php?id=1150. It's 32-bit only, and I couldn't tell you if its successful with all applications. I assume you'll have to run it elevated to 'sandbox' elevated programs.
by Ascend4nt
Mon Dec 31, 2012 11:41 pm
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

tproli, The thing you have to realize is.. well, these are 'Basic' programming languages hehe. They are retaining compatibility with a language as old as DOS* (and still maintaining support for it!), which itself never had unicode support. And most of the Basic variants out there support Linux, whic...
by Ascend4nt
Mon Dec 31, 2012 4:54 am
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

So, I messed about with FBX a bit.. apparently theres a '-u' option on the command-line that sets 'unicode output'.. however, the code that's generated is anything but! The only difference on the output is there's the '#define UNICODE' stuff.. which makes it impossible to compile properly because ch...
by Ascend4nt
Sun Dec 30, 2012 12:50 pm
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

tproli, Well the main reason I encouraged you to use FreeBASIC, besides the extras, was wide string (unicode) support. If you ignore unicode in windows, you're leaving out support for any foreign characters or languages. And choosing to live in the dark ages, basically. When I looked at BCX last it ...
by Ascend4nt
Sun Dec 30, 2012 11:13 am
Forum: Portable Freeware Development
Topic: yaP - yet another Portablizer
Replies: 424
Views: 1858534

Re: yaP - yet another Portablizer

Here's a way to run a batch file hidden (in FreeBASIC) and wait for it to exit: #define _UNICODE 1 #define UNICODE 1 #include "windows.bi" #include "win\shellapi.bi" #include "win\objbase.bi" '' The easy way (can't wait for termination though): ''ShellExecute(0,"&q...