Abyssmedia.com Forum Index Abyssmedia.com
Abyssmedia Support Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error running compiled .exe - newly registered

 
Post new topic   Reply to topic    Abyssmedia.com Forum Index -> Quick Batch File Compiler
View previous topic :: View next topic  
Author Message
SnD_Dackr



Joined: 22 Jul 2006
Posts: 1

PostPosted: Sat Jul 22, 2006 4:04 pm    Post subject: Reply with quote

Ok- I compiled a simple batch file. All ok, right? Well- I ran the file and got this error:


Here is the batch source:

@echo off
rem cd\
rem cd batch
rem copy choice.exe %windir%\system32\choice.exe

:start
cd\
cls
echo.
echo.
echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo ³ SnD Tool Menu ³
echo ÉÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo º1. Network Setup º
echo º2. .NET Framework Setup º
echo º3. Spybot Search-and-Destroy Setup º
echo º4. Tweak UI Setup º
echo º5. Exit º
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
echo.
echo Select:
choice /c:12345
if errorlevel 5 goto eof
if errorlevel 4 goto tui
if errorlevel 3 goto spybot
if errorlevel 2 goto dotnet
if errorlevel 1 goto setnet


:setnet
cls
cd other
start netsetup.exe
goto start

:dotnet
cls
cd other
start dotnetfx.exe
goto start

:spybot
cls
cd other
start spybotsd14.exe
goto start


:tui
cls
cd other
start tuisetup.exe
goto start

:eof
cls
--------------------------------------

Let me know if anyone finds a workaround for this. I'd been using the batch file off of a flash drive for a while before compiling. Hopefully it's something simple. Thanks!


-----
Update:
Nevermind. It may be a hardware issue. Seems to be an intermittent problem. Very Happy



Edited By SnD_Dackr on 1153584831
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Abyssmedia.com Forum Index -> Quick Batch File Compiler All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group