Jump to content

maxtorix

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    North Macedonia

Posts posted by maxtorix

  1. from BetaArhive (VIP member)

    we don't care what you are there

    Pwned is good member of our society

    again we don't care

    doing something onto either a project or creation of another without original author's permition is disgusting

    I don't care what are you here

  2. Easy guys, I'm MAXtoriX from BetaArhive (VIP member) Pwned is good member of our society and he properly sign the software developer who made this software and sign he self as that one who patch it.

    Here is the proof, and the thread where he clearly write that he isn't developer of this software.

    2dalnqe.png

    ---------------------------------------------------------------------

    @Tihiy: How I understand because of hardcoding there isn't possibility this to be installed on Windows 8 RP build 8400. So when you make a new version and when this will be corrected can we accept that this software except what will be possible to install on explorer.exe build 8400 to get and Aero too (because that is the last version before MS drop off aero technology)?

  3. i personally use

    FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\CD.TXT SET CDROM=%%d
    what it's marked in red can be changed to any singular file that you would like to use.

    what it's marked in green can be changed to call the cdrom like %CDROM% or %ANYSTRING%. hope it hleps :lol:

    edit: f***! another time some1 is faster :realmad::lol:

    In Windows 7 I get:

    %%d was unexpected at this time.

  4. Hi,

    before I say anything, yes I know this seem to have been asked multiple time but bear with me. I'm a definite newb at this...

    anyway...I've found this little code that I think would satisfy navigating to the installation source directory with the GUIRunOnce in winnt.sif (I have no doubt this look very familiar to you experts on here)

    for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%a:\yourfile.xyz set CDROM=%%a

    I thought, why couldn't I just call cmd.exe from GUIRunOnce, passing the above statement (which would normally be ran in a separate batch file) as a parameter (or "echo" it into the prompt and ran, if that's pretty much the same thing...) instead of putting that in a separate file having to be copied from $OEM$ folder.

    Any idea how to do this? I must admit I have NO skill with the command prompt at all that can be even close to help here....

    Thanks.

    But in Windows 7 I get

    %%a was unexpected at this time.

    What can I do?

×
×
  • Create New...