#1
|
|||
|
|||
Bat script installer problem -SOLVED -
UPDATE: I :SOLVED: my Problem
Code:
@echo off setlocal set "psCommand="(new-object -COM 'Shell.Application')^ .BrowseForFolder(0,'PLEASE SELECT A LOCATION TO INSTALL GAME TOO.',0,0).self.path"" for /f "usebackq delims=" %%I in (`powershell %psCommand%`) do set "folder=%%I" setlocal enabledelayedexpansion echo You chose !folder! endlocal pause OLD PROBLEM :SOLVED: Hey I'm writing my bat script to install a game and want the user to select where they wish to install the game I can do this with the input syntax /p %input% But I don't really want them to have to type in the destination, is there a way or any known program that can open a file browser and return the result as a %input% I can use in my bat If so please share as I really want this feature ![]() Last edited by DarkSoul19; 13-10-2015 at 05:01. Reason: solved problem |
Sponsored Links |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 23:20 |
Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 23:43 |
Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 10:49 |
Inno Script problem (Duplicate Identifier 'INITIALIZEWIZARD') [SOLVED] | gabrimor | Software | 2 | 23-10-2013 12:33 |
dvd playing problem... | themis_t | CD/DVD Software & Utilities | 6 | 20-10-2004 14:44 |