#30292 - 2002-10-07 10:52 PM
Re: If...else...endif statement
|
professor
Fresh Scripter
Registered: 2002-10-02
Posts: 34
Loc: Bartow, Florida
|
This is my entire script as it is now if you need to look at the whole thing.
code:
BREAK ON "Source Directory:" ? GETS $workingdir ;enter source directory "Destination Directory:" ? GETS $destdir ;enter destination dirctory
WHILE 1=1 "Project Folder Number:" ? GETS $projfile if EXIST ("$workingdir\$projfile\*.dgn") SHELL "XCOPY $workingdir\$projfile $DestDir\$projfile /E /I /Q" ? endif LOOP
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 255 anonymous users online.
|
|
|