PortableEverything For All!!!

Should I Include An Option To Download Other Projects On First Project Release?


  • Total voters
    67

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
vscode updated now with an option to backup the folder (similar to with obs)

because it moves it to appdata and removes it from portable install
then moves it to portable install and removes it from appdata after the program has closed.

so that you can restore it if for some reason it didnt restore like it should have (it should but in some rare cases like your battery dying suddenly or the pc at the library suddenly logging you off)
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
update to ppsspp portable: it now has an expiremental updater so if a new update comes out you should be able to update to it without me having to maually update the version.
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
upload_2017-12-12_21-30-18.png

937996666666666666666666666

if testing goes well opera portable will be a release i use it so much and i see no problem with it)
 

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
few bug fixes in discord portable (main being that it would try to download .\bin\wget.exe -q --show-progress i typed that twice somehow)
secondly opera portable is now a release :D
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
upload_2017-12-13_2-15-30.png

:^) hashed serials of drives to help me to know that at least some people use my stuff. (guess which one is me)

EDIT: i wish my friend would add a database to the server already, but this works.
 
Last edited by MarioMasta64,
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
update to ppsspp launcher: it can now detect if a memory stick exists on a usb connected vita (.\pspemu\) if you want this function in the quicklauncher rewrite it with c at menu, feel free to update if you want.
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
added citra to the suite :D (3DS Emulator)

--------------------- MERGED ---------------------------

also might add something like this for other launchers as well:
upload_2017-12-15_0-0-33.png

(a batch text reader i made to view readmes before updating or such)

--------------------- MERGED ---------------------------

after exiting text-reader (to confirm you like update) the update continues:
upload_2017-12-15_0-1-53.png

also the text reader is optional and it will continue like normal if you dont have it
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
i updated the text reader (the one i use for winscp to output the changelog) use tu in winscp portable to update it or get it from here: http://mariomasta64.me/batch/text-reader/text-reader-beta-3.0.zip

now if launched without variables it will open up a file manager where you can select what you want to open

--------------------- MERGED ---------------------------

i also updated the installer on the release page (it has a cute icon and no longer creates an entry in registry)
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
updated cemu portable: now you can view the changelog text similar to winscp (if the text reader is present otherwise it will continue as usual) and display of updates with 6 (v1.xx.x) or even more will display properly now. also i fixed the upgrader (the folder inside cemu 1.11.x is differently named and the old way isnt working) + general bug fixes.
 
  • Like
Reactions: Blauhasenpopo

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,035
Trophies
1
Location
California
XP
6,029
Country
United States
Nevermind. Have to Highlight the Mods, Select the Game, run it, then in the Brutal Doom Menu Options, I have to ENABLE Controller Support. LOL.
But yeah, GZDoom would be a good Program to have.
 
  • Like
Reactions: MarioMasta64

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
gimp portable soon (auto updater also created)

update-checker.bat:
Code:
@echo off
cls
Color 0A
title Gimp Always Updated Version
if not exist .\bin\ mkdir .\bin\
if not exist .\extra\ mkdir .\extra\
if not exist .\doc\ mkdir .\doc\

if exist index.html del index.html
.\bin\wget.exe -q --show-progress https://www.gimp.org/downloads/
if not exist index.html pause
for /f tokens^=3delims^=^> %%A in (
  'findstr /i /c:"GIMP is <b>" /c:"GIMP is <b>" index.html'
) Do > .\doc\gimp_link.txt Echo:"%%A"
if exist index.html del index.html

set /p gimp_link=<.\doc\gimp_link.txt
set "gimp_ver=%gimp_link:~1,-4%"
echo "%gimp_ver%"
set "gimp_link=https://download.gimp.org/mirror/pub/gimp/v%gimp_ver:~0,3%/windows/gimp-%gimp_ver%-setup.exe"
echo "%gimp_link%"
set "gimp_exe=gimp-%gimp_ver%-setup.exe"
echo "%gimp_exe%"
pause
exit
 
  • Like
Reactions: Blauhasenpopo

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    S @ salazarcosplay: @Xdqwerty how are you?