- 0
Warming up: simple .exe file
Asked by
chrisj1968,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By sphbecker · Posted
I'd say the first one failed to be as popular as Apple anticipated, but the easy adjustment here is to make fewer of them next time around. It would only be a "flop" if it isn't possible for Apple to recover the design and factory tooling costs given the number of units sold, which I doubt would be the case. It isn't like no one bought them; it just failed to become the new hot phone of the year. -
By sphbecker · Posted
You're right that it does not follow the plain meaning of the word, but in this context, it is a legal term defined in 49 U.S.C. Kind of how "wire fraud" laws apply even if a physical wire was not used. Given that it is codified in law, and it isn't just automotive journalists that don't understand evolving technology, I highly doubt congress would change a well understood term just because technology makes the term slightly less actuate. -
By PsYcHoKiLLa · Posted
"OuT Of My WaYmO !" -
By sphbecker · Posted
This is exactly why I keep saying we are not ready for human free self-driving. These little "bugs" are may seem like random one-offs. There was also the Waymo that drove between police with drawn weapons and the suspect they were pointing them at. From a software perspective it is easy to understand how those extremely rare situations may not have been programed for, but that is the point. If AI needs to be told to watch out for every possible contingency, then it can never be successful. There will always be the possibility of a first encounter that the AI needs to understand to avoid. -
By Copernic · Posted
TeraCopy 4.0 Final by Razvan Serea TeraCopy is a compact program designed to copy and move files at the maximum possible speed, also providing you with a lot of features. Copy files faster. TeraCopy uses dynamically adjusted buffers to reduce seek times. Asynchronous copy speeds up file transfer between two physical hard drives. Pause and resume transfers. Pause copy process at any time to free up system resources and continue with a single click. Error recovery. In case of copy error, TeraCopy will try several times and in the worse case just skips the file, not terminating the entire transfer. Interactive file list. TeraCopy shows failed file transfers and lets you fix the problem and recopy only problem files. Shell integration. TeraCopy can completely replace Explorer copy and move functions, allowing you work with files as usual. TeraCopy is free for non-commercial use only. For commercial use you need to buy a license. The paid version of the program includes the following features: Copy/move to your favorite folders. Save reports as HTML and CSV files. Select files with the same extension/folder. Remove the selected files from the copy queue. Download: TeraCopy 4.0 | 14.6MB (Freeware, paid upgrade available) View: TeraCopy Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
-
-
Recent Achievements
-
Eurosoft10 earned a badge
Week One Done
-
Eurosoft10 earned a badge
One Month Later
-
Skeet Campbell earned a badge
One Year In
-
Sharbel earned a badge
One Month Later
-
BizSAR earned a badge
First Post
-
-
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