• Member Avatar for theashman88
    theashman88

    Replied To a Post in When I turn on pc and log in goes to blackscreen

    The drivers are up to date
  • Member Avatar for theashman88
    theashman88

    Created When I turn on pc and log in goes to blackscreen

    i recently purchased a Dell 17 (3721) Inspiron and when I turn it on recently I've been getting a blank black screen after i enter my password and click log …
  • Member Avatar for theashman88
    theashman88

    Began Watching When I turn on pc and log in goes to blackscreen

    i recently purchased a Dell 17 (3721) Inspiron and when I turn it on recently I've been getting a blank black screen after i enter my password and click log …
  • Member Avatar for theashman88
    theashman88

    Gave Reputation to rubberman in Scripting File Using Shift command in windows batch

    Try this: `if "%2" == "" goto end` It has been a long time since I have written any complex DOS/Windows batch commands, so I may be mistaken... :-)
  • Member Avatar for theashman88
    theashman88

    Marked Solved Status for Scripting File Using Shift command in windows batch

    @echo off REM This batch file will play with shift command :loop echo %1 shift if %2 == GOTO end goto loop :end exit 0 When I inputted C:\Users\~\Desktop> Shift.bat …
  • Member Avatar for theashman88
    theashman88

    Replied To a Post in Scripting File Using Shift command in windows batch

    Figured it out right before you replied and I did the same thing you said and it worked. Thanks!!
  • Member Avatar for theashman88
    theashman88

    Created Scripting File Using Shift command in windows batch

    @echo off REM This batch file will play with shift command :loop echo %1 shift if %2 == GOTO end goto loop :end exit 0 When I inputted C:\Users\~\Desktop> Shift.bat …
  • Member Avatar for theashman88
    theashman88

    Began Watching Scripting File Using Shift command in windows batch

    @echo off REM This batch file will play with shift command :loop echo %1 shift if %2 == GOTO end goto loop :end exit 0 When I inputted C:\Users\~\Desktop> Shift.bat …
  • Member Avatar for theashman88
    theashman88

    Created Changing colors of text in batch file on Windows 7

    I know with linux when I want to change the color code I can type in echo -e \033[COLORm] Is there an easy way like this to change the color …
  • Member Avatar for theashman88
    theashman88

    Began Watching Changing colors of text in batch file on Windows 7

    I know with linux when I want to change the color code I can type in echo -e \033[COLORm] Is there an easy way like this to change the color …
  • Member Avatar for theashman88
    theashman88

    Marked Solved Status for Scripting Linux Fedora Error

    I'm having some error in my code but I can't understand what the problem is. #!/bin/bash ARG_COUNT=$# EXP_ARGS=2 if [ $ARG_COUNT -eq $EXP_ARGS ]; then echo "The correct number of …
  • Member Avatar for theashman88
    theashman88

    Marked Solved Status for Scripting Linux Fedora Error

    I'm having some error in my code but I can't understand what the problem is. #!/bin/bash ARG_COUNT=$# EXP_ARGS=2 if [ $ARG_COUNT -eq $EXP_ARGS ]; then echo "The correct number of …
  • Member Avatar for theashman88
    theashman88

    Replied To a Post in Scripting Linux Fedora Error

    Thanks so much
  • Member Avatar for theashman88
    theashman88

    Created Scripting Linux Fedora Error

    I'm having some error in my code but I can't understand what the problem is. #!/bin/bash ARG_COUNT=$# EXP_ARGS=2 if [ $ARG_COUNT -eq $EXP_ARGS ]; then echo "The correct number of …
  • Member Avatar for theashman88
    theashman88

    Began Watching Scripting Linux Fedora Error

    I'm having some error in my code but I can't understand what the problem is. #!/bin/bash ARG_COUNT=$# EXP_ARGS=2 if [ $ARG_COUNT -eq $EXP_ARGS ]; then echo "The correct number of …
  • Member Avatar for theashman88
    theashman88

    Marked Solved Status for Need help with batch file for class

    ![3a451fbd93eb17f84f06c7ac648bdcab](/attachments/small/2/3a451fbd93eb17f84f06c7ac648bdcab.PNG "align-left") I need to create this program for class. I'm not looking for the answer. I'm simply confused on how to create a batch file where I input a …
  • Member Avatar for theashman88
    theashman88

    Marked Solved Status for Need help placing OpenOffice in Applications at top running Fedora 13

    Hi I'm new with Linux, and the class I'm in is using Fedora 13, so I installed Fedora 13 on vmware. It didn't come with OpenOffice so I had to …
  • Member Avatar for theashman88
    theashman88

    Marked Solved Status for Batch file specifically set command help

    I'm in a class and we discussed what set /p does, but I wasn't paying close attention, I was wondering if anyone could explain to me what set /p does …
  • Member Avatar for theashman88
    theashman88

    Created Problems With Kingsoft Office Writer

    I got a new laptop and I didn't have enough money to buy Microsoft Office so I got Kingsoft Office instead. I'm trying to copy and paste a questionnaire that …
  • Member Avatar for theashman88
    theashman88

    Began Watching Problems With Kingsoft Office Writer

    I got a new laptop and I didn't have enough money to buy Microsoft Office so I got Kingsoft Office instead. I'm trying to copy and paste a questionnaire that …

The End.