Results 1 to 4 of 4

Hybrid View

  1. #1
    MSgt. Shooter Person
    Join Date
    Nov 2007
    Posts
    358

    Default auto del .u files

    Yo

    Sofar all works fine when compiling and test my stuff in the game but
    Im having a problem being able to auto del the .u files using a .bat file
    this is a bit of a pain having to keep manually deleting it
    it seem the spaces in the path below cause a problem.
    THE SYSTEM CANNOT FIND THE PATH SPECIFIED

    UCC MAKE.bat
    __________________________________________________ ______________
    @echo off

    del C:\Documents and Settings\bez\My Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\CookedPC\Script\*.u

    UT3.exe make
    __________________________________________________ ____________


    is there anyway around this ?

    Thx in advance....

  2. #2
    MSgt. Shooter Person
    Join Date
    Nov 2007
    Posts
    358

    Default

    is ok now problem fixed just needed " " marks like so

    UCC MAKE.bat
    __________________________________________________ ______________
    @echo off

    del "C:\Documents and Settings\bez\My Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\CookedPC\Script\*.u"

    UT3.exe make
    __________________________________________________ ____________

  3. #3
    Prisoner 849
    Join Date
    Jul 2003
    Posts
    851

    Default

    you don't need to delete anything.

    if your source scripts have changed, they are recompiled.

  4. #4
    MSgt. Shooter Person
    Join Date
    Nov 2007
    Posts
    358

    Default

    yeah ya right
    thx


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Copyright ©2009-2011 Epic Games, Inc. All Rights Reserved.
Digital Point modules: Sphinx-based search vBulletin skin by CompletevB.com.