-
Replied To a Post in When I turn on pc and log in goes to blackscreen
The drivers are up to date -
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 … -
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 … -
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... :-) -
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 … -
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!! -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
Replied To a Post in Scripting Linux Fedora Error
Thanks so much -
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 … -
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 … -
Marked Solved Status for Need help with batch file for class
 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 … -
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 … -
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 … -
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 … -
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.