im trying to help my friend with coding n stuff. When he goes to type in ucc make, he gets an error saying its not a commnd er somethin. he typed in cd\ then cd\ut2004 then ucc make but it wont work. Why?!? (>^_^)>
im trying to help my friend with coding n stuff. When he goes to type in ucc make, he gets an error saying its not a commnd er somethin. he typed in cd\ then cd\ut2004 then ucc make but it wont work. Why?!? (>^_^)>
UCC.exe is in the UT2004\System folder
if you want to be able to access it from anywhere you have to add it to the Path in your PC's Environment Variables. otherwise just go to your UT2004\System dir and do the ucc command.
You have to type in "cd C:\ut2004\system" then type in "ucc make" otherwise the prompt wont recognize your command
.....Or just get UMake and have it add a right-click mouse funtion to do a "ucc make"
.....Or Better Yet....Make a batch file....
edit the <package>.u to your package name and if ya' want, you can define a custom .ini file. Import into a text editor and save as a .bat file. Create a shortcut to your desktop or quick launch bar. And now you got a one click "ucc make" that will pause at end to show success or errors.Code:cd C:\UT2004\System del <package>.u ucc make ini=UT2004.ini pause![]()
Bookmarks