Jump to content

Run()


AlmarM
 Share

Recommended Posts

Look mayby this helps:

q3map2.exe is a program in C\Program Files\GtkRadiant 1.5.0\.

I need to use this program to decompile a .bsp to a .map

The .bat need to be in the same dir as q3map2.exe

The -game et -convert -format map c:/v2/ are

-game = witch game? There are maps in C\Program Files\GtkRadiant 1.5.0\ like et.game so -game et

-format map = Decompile to .map

c:\v2 = the dir where the file is witch need to be decompiled.

EDIT:

Let me say this:

If you run things in CMD.exe, the cmds are in System32.

But the q3map2.exe isnt in System32 but in C:\Program Files\GtkRadiant 1.5.0\

Edited by AlmarM

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Why don't you just execute the command in the batch file directly from autoit?

RunWait(@ComSpec & " /c q3map2.exe -game et -convert -format map c:/v2/" & $Read & ".bsp", "C:\Program Files\GtkRadiant 1.5.0", @SW_SHOW)

Link to comment
Share on other sites

OMG YOU SO GREAT :P

YOU DID IT ;)

TY :)

I realy know your the best

OHYEAH :P

I realy mean it... Your the best :(

EDIT:

OMG YOU*

YOU'RE

:">

Edited by AlmarM

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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