MSFN Forum: Problem with CMD -->(to) EXE (Quick Batch File C.) - MSFN Forum

Jump to content



  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Problem with CMD -->(to) EXE (Quick Batch File C.) Rate Topic: -----

#1 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 04:25 AM

hi

i have some batches which i want run fully invisible (normaly always gg).

the batches run fine on my normal system..

but in installationmode of windows nothing will run.

my installtion is about MCE 2005

i run some exe out from xplode and one bye SetupPrams at T-9

NOTE: suddenly the exe also don't run in normal mode after installtion of MCE, but the batch. *?*

does anyone confirm the problem or agree that this will happen if anything is checkt or something other?

i run QBFC in ghost mode (nothing to see)

or does anyone know another easy cmd to exe tool

or maybe another method to hide cmd windows completly?! (absolutly nothing)


#2 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 03 January 2005 - 04:27 AM

Hiding cmd windows is best solution - use cmdow or autoit...

#3 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 04:29 AM

you know theres a popup window for a sec. =)

#4 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 03 January 2005 - 04:33 AM

Heh, is sec a really big problem? In that casu use vbscript with wscript interpreter :)

#5 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 04:39 AM

in the end it's something like a exam... and i think it would me more "smooth" if there is nothing which pops up ;)

hm.. vbscrip... hm... i have no knowlege at this.

#6 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 03 January 2005 - 04:42 AM

Then study :) Vbscript (with ADSI and WMI) is one of the most powerfull tools for administrator...

Ok, in that case why not use RunOnceEx instead of batch files?

#7 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 04:44 AM

RunOnce is running ;) but only the last applications of about 30 or 40. ;)

#8 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 04:46 AM

I also use Quick Batch File Compiler. :thumbup I just use it because of the "Ghost" feature (no need to use cmdow! :thumbup ).

The problem that I noticed with this nice program is... sometimes it doesn't run all the commands (for a batch file with long series of commands). The solution that works for me is adding spaces (or echo) between lines.

#9 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 04:53 AM

totoymola, on Jan 3 2005, 04:46 AM, said:

I also use Quick Batch File Compiler.  :thumbup  I just use it because of the "Ghost" feature (no need to use cmdow! :thumbup ).

thats the reason ;)

hm... okay i have spaces between the lines... i will try witch echo oder cls ... maybe that works...

whitch version do you use?

#10 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 05:37 AM

Quote

whitch version do you use?


Not the latest version. :P Version 1.0.5.5 I suppose.

#11 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 03 January 2005 - 06:31 AM

shhh... people might hear our secret totoymola... hahhaha

I also use it to make totally silent cmd

#12 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 06:43 AM

Quote

shhh... people might hear our secret totoymola... hahhaha


Hahahaha!!! :lol:

#13 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,256
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 January 2005 - 08:28 AM

I am in the QBCF ghost club too!

#14 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 03 January 2005 - 08:45 AM

shhh...... the spirits might wake up.

Seriously we need to let more people know about Ghost mode.
Hopefully they will add this to unattended.msfn.org

#15 User is offline   Gagorian 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 21-December 04

Posted 03 January 2005 - 01:48 PM

Another option is IExpressing the cmd files. Just type iexpress in the run prompt and follow the menus. Very simple and completely silent if you choose it to be.

#16 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 02:13 PM

yesterday i got the same idea...

but i only used the command line...

...i will have a try later

import cmd and run... okay

#17 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 03:33 PM

The problem with iexpress (I think.. :unsure: ) is it has a lower compression ratio.

#18 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 04:43 PM

wtf?

äh... whats the differenz between 64kb or 144kb

64 = Ie
144 = qbfc


always...

i found something interessting:

*EDIT*...

Programm is buggy.. under my system it doesn't work very good.. i converted it in virtual maschine and than it works... wtf? **** it...

#19 User is offline   KNARZ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 80
  • Joined: 20-August 04

Posted 03 January 2005 - 09:12 PM

I dont understand that crap...in windows the exe works fine... while installtion nothing happen... ****

#20 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 09:57 PM

KNARZ, on Jan 3 2005, 09:12 PM, said:

I dont understand that crap...in windows the exe works fine... while installtion nothing happen... ****

What are you referring to? Batch compiled to an exe using QBFC?

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

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



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