Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Windows (https://www.askmehelpdesk.com/forumdisplay.php?f=237)
-   -   How would I write a program that allow a cashier to cash orders using a batch file? (https://www.askmehelpdesk.com/showthread.php?t=524961)

  • Nov 11, 2010, 11:20 AM
    da_prince
    how would i write a program that allow a cashier to cash orders using a batch file?
    how would I write a program that allow a cashier to take the orders placed by customers, calculate the total cost and simulate the printing of a receipt by displaying the order information?

    it is to be done with a batch file,

    I have tried this so far

    @echo off
    color 5

    echo Please Enter orders:

    echo 1 Patty
    echo 2 Cheese
    echo 3 Tropicana Juice
    echo 4 Orange Juice



    if "%value%"=="1"

  • All times are GMT -7. The time now is 11:55 AM.