Forums FAQForums FAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin 

Xbox Song Renamer! No more effort required to setup SMX!
 
This topic is locked you cannot edit posts or make replies    DDR Freak Forum Index -> DDR PC and Simulators
View previous topic :: View next topic  
Author Message
dieKatze88
Trick Member
Trick Member


Joined: 10 Aug 2003
0. PostPosted: Sat Feb 12, 2005 9:10 pm    Post subject: Xbox Song Renamer! No more effort required to setup SMX! Reply with quote

Xbox Song Renamer!

As pasted from bemanistyle:
http://katzeextreme.tty0.org/StepmaniaX/SongRenamer/


To make this working if you do not have TerminalIO.

Look at this code.
Code:
import java.io.*;
import TerminalIO.KeyboardReader;
public class Renamesongs
{
   public static void main (String [] Args)
   {
      KeyboardReader readIt = new KeyboardReader();
      System.out.print("Enter File Path\n>");
      File path = new File (readIt.readLine());

Change it to this code:

Code:
import java.io.*;
// import TerminalIO.KeyboardReader;
public class Renamesongs
{
   public static void main (String [] Args)
   {
      //KeyboardReader readIt = new KeyboardReader();
      //System.out.print("Enter File Path\n>");
      File path = new File ("<INSERT FILE PATH>");

change "<INSERT FILE PATH>" to a file path like this.
c:\\ddrei tournamix 2\\
remember to use 2 slashes, because you have to.

I plan on rewriting this to be more user friendly...



Tommorrow!


Or later! Because it works for me.


Things this WONT work with:
BMS files
SM files
ANYTHING EXCEPT DWI FILES
_________________
Nerosuferoth made my sig cuz hes cool like that
Pants Pants Revolution!
Something has gone horribly wrong...
Back to top
View users profile Send private message Send email AOL Instant Messenger
Display posts from previous:   
This topic is locked you cannot edit posts or make replies    DDR Freak Forum Index -> DDR PC and Simulators All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group