add some NSTask testing
This commit is contained in:
@@ -24,9 +24,20 @@
|
||||
|
||||
- (IBAction)romUpload:(id)sender {
|
||||
NSLog(@"romUpload");
|
||||
|
||||
CommandWrapper *cw=[[CommandWrapper alloc] init];
|
||||
[cw doPipedCommand];
|
||||
|
||||
|
||||
NSString* myString = [[NSString alloc] init];
|
||||
myString = @"test";
|
||||
[textField setStringValue:myString];
|
||||
if ( [myString length] != 0) {
|
||||
NSLog(@"message: %@", myString);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
-(NSSize)windowWillResize:(NSWindow *)send toSize:(NSSize) framesize;
|
||||
|
||||
Reference in New Issue
Block a user