![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
Join Date: Feb 2005
Posts: 37
Rep Power: 0
![]() |
cmd commands
Hey guys I made a small program but I want it to be able to execute DOS comands like cls to clear the screen. So how do i do it. like if the screen fills up with all kind of text I just want it to be able to clear the screen.
|
|
|
|
|
|
#2 |
|
Newbie
Join Date: Dec 2005
Posts: 7
Rep Power: 0
![]() |
you mean like using DOS commands in the Perl script?
like.... # directory command $cmd = "dir"; system($cmd); you mean something like that? |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Feb 2005
Posts: 37
Rep Power: 0
![]() |
yeah thats right
EDIT: Thanks alot |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Dec 2005
Posts: 7
Rep Power: 0
![]() |
no problem
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|