Subversion Repositories svn1

Rev

Rev 144 | Rev 159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 158
Line 174... Line 174...
174
**      
174
**      
175
**  Returns:    Nothing
175
**  Returns:    Nothing
176
**
176
**
177
**===========================================================================*/
177
**===========================================================================*/
178
 
178
 
179
void ms_system(void)
179
//void ms_system(void)
180
{
180
//{
181
    static char command[101] = "";               /* Save the command here */
181
//    static char command[101] = "";               /* Save the command here */
182
 
182
 
183
    cur( 0, 20 );
183
//    cur( 0, 20 );
184
    printf( "Command:" );
184
//    printf( "Command:" );
185
    if( getstring( 100, command, Alphanum ) )
185
//    if( getstring( 100, command, Alphanum ) )
186
    {
186
//    {
187
        printf( "\n" );
187
//        printf( "\n" );
188
        system( command );
188
//        system( command );
189
        printf( "\nAny key to continue" );
189
//        printf( "\nAny key to continue" );
190
        getinp();
190
//        getinp();
191
    }
191
//    }
192
}
192
//}
193
 
193
 
194
#ifdef DISPLAY_STRUCTURES
194
#ifdef DISPLAY_STRUCTURES
195
/*============================================================================
195
/*============================================================================
196
**
196
**
197
**  Display structure information
197
**  Display structure information