Jump to content

Recommended Posts


Posted
how do i run the batch fies hidden or minamized?

Dunno.. but i personally sugest you to leve it like that, so you can find out what worked and what didn't work, but that's only a sugestion

Posted

You can use CMDOW. Or you can use Quick Batch File Compiler, and convert your batch file to EXE and use the "Ghost" feature. This is better than CMDOW.

Posted

Take note that some of us weren't able to launch a compiled batch to .exe (using Quick Batch File Compiler) from cmdlines.txt so the workaround is to launch from winnt.sif:

[GuiRunOnce]
%systemdrive%\Install\RunOnceEx.exe

Posted

The only problem (correct me if i'm wrong here) with compiling to EXE is that you will still need the original batch file if you ever need to change something, and then you will also need to recompile the batch to executable.

The next time an upgrade for software comes out, you can't simply edit your batch, you need to edit the batch (assuming you were smart enough to keep it), and then recompile to to executable.

Obviously, this is not a big deal and won't really take you any more time than creating the batch file would, but if you use this method, remember to KEEP your original batch.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...