home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 3 Comm
/
03-Comm.zip
/
scrmod.zip
/
CHDIR.SCR
< prev
next >
Wrap
Text File
|
1992-02-05
|
497b
|
20 lines
> ; Script test CD command
>timeout = 0
>windowpos (1,1)
>windowprms(on,0,1)
>windowsize(10,50)
>windowtitle('CHDIR Command Test')
>windowshow()
>message ('A test of the change directory commands')
>message('Changing directories now with CD ...')
> cd ('c:\windows')
> wait()
> mkdir ('c:\newdir')
> message ('Creating a new directory on drive C:\newdir')
> chdir ('c:\newdir')
> wait()
> message('Changing to previous with CHDIR')
> chdir ('c:\softerm\os2\scripts')
> wait()