- 0
Warming up: simple .exe file
Asked by
chrisj1968,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By goretsky · Posted
Hello, Also known for https://www.theguardian.com/technology/2009/jan/29/adware-internet. Regards, Aryeh Goretsky -
By goretsky · Posted
Hello, I have used a few TEAM Group SSDs, USB flash drives, and Micro SDXC cards in the past. They all seemed to work fine. Regards, Aryeh Goretsky -
By vjlex · Posted
"just $100 per TB"? Just? Are we trying to make this seem like the new normal? Kinda weird to make it sound like that is not a ridiculously expensive asking price. -
By qbrick · Posted
The reviews you refer to mean nothing. Where there is no journalism there is no reason to call the gaming media's opinion pieces "reviews". For GP games there is indeed a metric for success - increasing subscriptions. Which turns in revenue. The only circumstance in which subs do not rise when great is being released is a Game Pass system where the company is close to fully saturated with customers in a subscription. However, in that case as the theory goes you spend aplenty in all kind of games - from shady live service cash cows and customer offending agitprop crap in purple colours to robust and entertaining single player games. And keep a solid level of profitability. Ignoring the simply innocuous but mid games MGS has released primarily of the second kind. -
By pradeepviswav · Posted
Report: Microsoft to use AWS to help GitHub deal with a major surge in demand by Pradeep Viswanathan Thanks to the surge of coding AI agents, GitHub's usage has skyrocketed over the past 12 months. To meet this demand, GitHub started with a plan in October 2025 to increase capacity by 10x. However, by early this year, the company realized that it needed 30x scale. This rapid growth has caused severe strain on the platform's reliability, resulting in several small outages over the past few months. In April, GitHub published a long blog post explaining the steps it is taking to resolve these reliability issues. In the post, the company also confirmed that it is working toward a multi-cloud architecture for better resilience. Today, Business Insider reported that GitHub is turning to Amazon Web Services to help deal with a major surge in AI-driven coding activity. It is important to note that GitHub is still in the process of moving completely to the Azure cloud. The current plan is to move the platform fully to Azure by 2027 so that it can scale better as per developer demand. Therefore, the current decision to utilize AWS might be part of a short-term plan to meet immediate demand. A Microsoft spokesperson confirmed that GitHub is using multiple cloud providers with the following statement: For Microsoft, the decision highlights the operational pressure behind the AI boom. GitHub has to stay reliable for developers at a time when rivals such as Codex, Cursor, Claude Code, and other AI coding tools are gaining attention. And the decision to use AWS for computing capacity seems practical given the circumstances.
-
-
Recent Achievements
-
vjlex earned a badge
Collaborator
-
Dys Topia earned a badge
Reacting Well
-
NovaEdgeX earned a badge
Conversation Starter
-
Console General earned a badge
One Year In
-
Twozo Technologies earned a badge
Week One Done
-
-
Popular Contributors
-
Tell a friend
Question
chrisj1968
Hey guys, I haven't programmed in VB in over a decade and I know a ton has changed. So I'll keep it simple.
I still play a game Ghost Recon Advanced Warfighter (GRAW) which came out in 2005.
I use a mod for the game named Brettzies Weapons pack 6.0 for GRAW (2005) and then GRAW2 (2007) brettzies weapon pack is 3.02.
Here's the path to the required .bat file C:\Program Files (x86)\Ubisoft\Ghost Recon Advanced Warfighter and C:\Program Files (x86)\Ubisoft\Ghost Recon Advanced Warfighter 2
I hope what I want to do is simple. I know days of old a "shell" command would be used to start a program or in today's terms: an application. I'd like to create a simple application that will run the file "bp_weapons_pack_v6.0.bat" which will do this;
file: bp_weapons_pack_v6.0..bat
graw.exe -o context_bp_weapons_pack_v6.0.xml (the -o tells GRAW.exe to run the modified .xml file "context_bp_weapons_pack_v6.0.xml
can one start a program from an xml file? the .bat file tells GRAW.exe to read/use the bp_weapons_pack_v6.0.xml and it will incorporate the weapon models into GRAW to play the game.
Q: What syntax in today's VB (express) is/are used to start external applications? my old mind remembers to create a string
Maybe.. DIM GRAW As String or Integer....
then I recall faintly Shell calls. Does this -> still apply in shell calls?
Q: Why Do I want to do this? because I hate having to open the folder and dbl-click the .bat file everytime I want to use it. that and I'd like to pin the new .exe file/shortcut to my taskbar and start it from my taskbar.
I think it might be a simple task but with me, nothing is EVER easy sometimes.
(yeah, I find that life is easier when I can laugh at myself).
Regards,
Chrisj1968
Link to comment
https://www.neowin.net/forum/topic/1303492-warming-up-simple-exe-file/Share on other sites
23 answers to this question
Recommended Posts