جدول پیش رو مجموعهٔ کد دانشکدههای دانشگاه صنعتی امیرکبیر (پلیتکنیک تهران) است که بخش دوم کد دانشجویی هر دانشجوی کارشناسی را تشکیل میدهد.
| کد | دانشکده | دیگر رشتهها |
|---|
| # Use the first line for a Quick Action. | |
| # on run {input, parameters} | |
| on run | |
| # Comment the following line for a Quick Action. | |
| set input to choose folder with prompt "Please select a document to pcoess." with multiple selections allowed | |
| tell application "Finder" | |
| repeat with eachItem in input | |
| # Recursively search through all subfolders. | |
| if kind of eachItem is "Folder" then |