MSFN Forum: OutLine Console application at XP Instalation - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

OutLine Console application at XP Instalation Virtualbox bat batchscript out printf cout windows install Rate Topic: -----

#1 User is offline   pichorra 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 12-January 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 15 April 2012 - 09:25 AM

Hello Guys. I'm Slipstreaming some applications under Windows XP instalation, and those application will interact with the user in the instalation. But i'm with some issues.

I've created a batchscript to display an option, and the user should press 1-4. Everything is in command Line. The problem is that VirtualBox is Showing strings competly wrong.

I dunno if it is VirtualBox's fault. I've integrated those stuff with nLite. My addon is made by myself using winRAR SFX, cabarc, and batchscripting. After Failed in the OUT stuff, i've converted it to C. same result

Posted Image


I gonna upload my addon soon. I'm with issues in 4shared.

[edit]

Nah. The main thing is the Source Code. Here is it:

@echo off
:main
cls
echo "Deseja Instalar:"
echo 1 - WinRAR 4.01
echo 2 - 7Zip 9.2
echo 3 - Ambos
echo 4 - Nenhum
echo. 

set /p choice= Selecione uma Opcao e pressione ENTER: 

if %choice%==1 goto choice_1
if %choice%==2 goto choice_2
if %choice%==3 goto choice_3
if %choice%==4 goto end
goto main

:choice_1
start /i /b "" "wrar401br.exe"
goto end

:choice_2
start /i /b "" "7z920.exe"
goto end

:choice_3
start /i /b "" "wrar401br.exe"
start /i /b "" "7z920.exe"
goto end

:end
set choice=

This post has been edited by pichorra: 15 April 2012 - 09:46 AM



#2 User is offline   pichorra 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 12-January 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 16 April 2012 - 07:51 AM

It seems to be a problem only in my computer. I've ran it in my friend PC and everything works fine.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy