Search Members Help

» Welcome Guest
[ Log In :: Register ]

 

[ Track This Topic :: Email This Topic :: Print this topic ]

reply to topic new topic new poll
Topic: exit codes for ultraiso, What are the exit codes for ultraiso.exe< Next Oldest | Next Newest >
 Post Number: 1
davidmcb Search for posts by this member.

Avatar



Group: Members
Posts: 2
Joined: Nov. 2005
PostIcon Posted on: Nov. 17 2005,19:50  Skip to the next post in this topic. Ignore posts   QUOTE

Hi,

I couldn't find documentation for the exit codes for ultraiso.exe.  I want to call ultraiso from a script and check the success afterwards.  Thanks
Offline
Top of Page Profile Contact Info 
 Post Number: 2
xoben Search for posts by this member.

Avatar



Group: Super Administrators
Posts: 2200
Joined: Nov. 2004
PostIcon Posted on: Nov. 17 2005,21:47 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Sorry, the current version does not report proper error code.
Offline
Top of Page Profile Contact Info 
 Post Number: 3
davidmcb Search for posts by this member.

Avatar



Group: Members
Posts: 2
Joined: Nov. 2005
PostIcon Posted on: Nov. 17 2005,23:33 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Ok - thanks for responding.  Can I turn my question into a feature request, then?  Is this the right forum for that?

My feature request would be to add exit codes and to generally make the executable "command-line friendly" for use in scripts.  Thanks.
Offline
Top of Page Profile Contact Info 
 Post Number: 4
Incroyable HULK Search for posts by this member.

Avatar



Group: Members
Posts: 197
Joined: Oct. 2004
PostIcon Posted on: Nov. 18 2005,07:55 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Speaking about script, I tried to build a batch file for fast ISO extraction but I can't make it work when there is a SPACE in the destination (-OUT switch) folder name...

Here is the simplified code:
Code Sample

SET CDROM=F:\  
SET DESTINATION=E:\ISO files\
SET NAME=test
SET OUTPUT=%DESTINATION%%NAME%

UltraISO.exe -copy %CDROM% -out %OUTPUT%
pause


So, for example, if I enter ISO files as the destination folder it doesn't work. If I enter ISOfiles, it works.

I tried isolating the variable using ' or " or ^' or ^" with no luck  :(

Edited by Incroyable HULK on Nov. 18 2005,08:05

--------------
Get a Quad NIC for your Server (perfect for VMware)

HowTo: VMware Server 1.0.1 on Ubuntu Server 6.10
Offline
Top of Page Profile Contact Info 
 Post Number: 5
xoben Search for posts by this member.

Avatar



Group: Super Administrators
Posts: 2200
Joined: Nov. 2004
PostIcon Posted on: Nov. 18 2005,09:13 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

The following code works.

Quote

SET CDROM=F:  
SET DESTINATION=E:\ISO files\
SET NAME=test
SET OUTPUT=%DESTINATION%%NAME%

UltraISO.exe -copy %CDROM% -out "%OUTPUT%"
pause
Offline
Top of Page Profile Contact Info 
 Post Number: 6
Incroyable HULK Search for posts by this member.

Avatar



Group: Members
Posts: 197
Joined: Oct. 2004
PostIcon Posted on: Nov. 18 2005,12:20 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Yes, After fiddling around, I found that it is working...

I had a double issue because I had the -md5 switch also. This switch cannot work when I extract a ISO from a CD ? Right?

--------------
Get a Quad NIC for your Server (perfect for VMware)

HowTo: VMware Server 1.0.1 on Ubuntu Server 6.10
Offline
Top of Page Profile Contact Info 
 Post Number: 7
xoben Search for posts by this member.

Avatar



Group: Super Administrators
Posts: 2200
Joined: Nov. 2004
PostIcon Posted on: Nov. 18 2005,20:32 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Quote
I had a double issue because I had the -md5 switch also. This switch cannot work when I extract a ISO from a CD ? Right?

That is right.
Offline
Top of Page Profile Contact Info 
 Post Number: 8
krisalles Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Oct. 2013
PostIcon Posted on: Oct. 14 2013,12:21 Skip to the previous post in this topic.  Ignore posts   QUOTE

Does anyone know what the exit codes mean from the current version of UltraISO?

Specifically, I'm getting repeated failures with exitcodes 250477278 and -1073741819

Any help identifying what these mean would be greatly appreciated.

thanks,


kris
Offline
Top of Page Profile Contact Info 
7 replies since Nov. 17 2005,19:50 < Next Oldest | Next Newest >

[ Track This Topic :: Email This Topic :: Print this topic ]


 
reply to topic new topic new poll

» Quick Reply exit codes for ultraiso
iB Code Buttons
You are posting as:

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code