r3p1v Posted August 25, 2004 Posted August 25, 2004 hi guys, i am trying to create a gui window as an alternative to start.cmd using visual basic, but right now i am having difficulty in translating this codes to a visual basic one... what i want to do is make an exe file, instead of just showing the command window, i want to make it look more nicer and i wanted it to ask if the user wish to install the additional programs, screensaver, etc. or not, and waits till the installation is done. i hope someone could help me convert this to a gui executable using visual basic.here is the code on my start.cmd:CLS@echo offTITLE Finalizing Installation...ECHO.ECHO Please Wait...COPY "%systemdrive%\Install\MAT2.scr" "%systemroot%\system32\"REGEDIT /S %systemdrive%\Install\mat2.regDEL "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Administrator.bmp"COPY "%systemdrive%\Install\Administrator.bmp" "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\"START /wait %systemdrive%\Install\networkicon.vbsSTART /wait %systemdrive%\Install\3m\setup.exeREGEDIT /S %systemdrive%\Install\3m.regECHO.ECHO Deleting Temporary Installation Files...RD /S /Q %systemdrive%\InstallECHO.ECHO Windows XP Installation Complete!ECHO.PAUSEEXIT
MCT Posted August 25, 2004 Posted August 25, 2004 http://www.msfn.org/board/index.php?showtopic=25694&hl=
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now