Click here to Skip to main content
15,909,091 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Production code typos Pin
Gary Wheeler2-Mar-17 4:19
Gary Wheeler2-Mar-17 4:19 
GeneralRe: Production code typos Pin
Sander Rossel2-Mar-17 4:27
professionalSander Rossel2-Mar-17 4:27 
JokeRe: Production code typos Pin
Richard Deeming2-Mar-17 4:31
mveRichard Deeming2-Mar-17 4:31 
GeneralRe: Production code typos Pin
Sander Rossel2-Mar-17 4:34
professionalSander Rossel2-Mar-17 4:34 
GeneralRe: Production code typos Pin
Dominic Burford2-Mar-17 6:31
professionalDominic Burford2-Mar-17 6:31 
GeneralRe: Production code typos Pin
charlieg2-Mar-17 4:35
charlieg2-Mar-17 4:35 
GeneralRe: Production code typos Pin
Gary Wheeler2-Mar-17 6:38
Gary Wheeler2-Mar-17 6:38 
GeneralWhen you know it's time to step away from the keyboard for a bit.... Pin
charlieg2-Mar-17 4:02
charlieg2-Mar-17 4:02 
Thank Microsoft sometimes for doing something right...

So I have this legacy project that contains some scripts the build the release images for the target system. I'm in the process of migrating the scripts to make them independent of drive letter. Depending on what is in your script DO YOUR TESTING ON A VM.

I thought all was working fine, this morning i'm testing, building release images to see how upgrades are working. That's odd "path not found." Digging a little deeper, hundreds of "Access denied" messages... auditing my scripts I came across this little beauty:

JavaScript
rem Scrub the target area.
rem
cd c:\
cd %dll_target_dir%
rem
del/f/q *


The target dir is not on the C drive, the CD to the target fails, and I'm actually in "c:\windows". I've been trying to delete my operating system disk contents for the past month. OMG | :OMG: Seems Windows won't allow me to delete the contents there.

My hands are still shaking. I have a good backup, but still.... ai ai ai
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...

"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Brisingr Aerowing2-Mar-17 4:08
professionalBrisingr Aerowing2-Mar-17 4:08 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Manfred Rudolf Bihy2-Mar-17 4:16
professionalManfred Rudolf Bihy2-Mar-17 4:16 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Brisingr Aerowing2-Mar-17 4:19
professionalBrisingr Aerowing2-Mar-17 4:19 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
charlieg2-Mar-17 4:32
charlieg2-Mar-17 4:32 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
raddevus2-Mar-17 5:37
mvaraddevus2-Mar-17 5:37 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
charlieg2-Mar-17 17:47
charlieg2-Mar-17 17:47 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Mark_Wallace2-Mar-17 4:50
Mark_Wallace2-Mar-17 4:50 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Eddy Vluggen2-Mar-17 4:51
professionalEddy Vluggen2-Mar-17 4:51 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Mark_Wallace2-Mar-17 4:53
Mark_Wallace2-Mar-17 4:53 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Eddy Vluggen2-Mar-17 7:38
professionalEddy Vluggen2-Mar-17 7:38 
GeneralRe: When you know it's time to step away from the keyboard for a bit.... Pin
Mark_Wallace2-Mar-17 9:46
Mark_Wallace2-Mar-17 9:46 
GeneralGetting into a helicopter... Pin
CDP18022-Mar-17 3:44
CDP18022-Mar-17 3:44 
GeneralRe: Getting into a helicopter... Pin
Marc Clifton2-Mar-17 3:51
mvaMarc Clifton2-Mar-17 3:51 
GeneralRe: Getting into a helicopter... Pin
CDP18022-Mar-17 3:58
CDP18022-Mar-17 3:58 
GeneralRe: Getting into a helicopter... PinPopular
Marc Clifton2-Mar-17 4:05
mvaMarc Clifton2-Mar-17 4:05 
GeneralRe: Getting into a helicopter... Pin
CDP18022-Mar-17 4:08
CDP18022-Mar-17 4:08 
GeneralRe: Getting into a helicopter... Pin
Sander Rossel2-Mar-17 4:29
professionalSander Rossel2-Mar-17 4:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.